Color spaces of #a795aa
RGB | 167 | 149 | 170 |
---|---|---|---|
HSL | 0.81 | 0.11 | 0.63 |
HSV | 291° | 12° | 67° |
CMYK | 0.02 | 0.12 | 0.00 0.33 |
XYZ | 33.9395 | 32.6127 | 42.5363 |
Yxy | 32.6127 | 0.3111 | 0.2990 |
Hunter Lab | 57.1075 | 6.1459 | -4.1866 |
CIE-Lab | 63.8461 | 10.5613 | -8.5397 |
#a795aa color RGB value is (167,149,170).
#a795aa hex color red value is 167, green value is 149 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a795aa hue: 0.81 , saturation: 0.11 and the lightness value of a795aa is 0.63.
The process color (four color CMYK) of #a795aa color hex is 0.02, 0.12, 0.00, 0.33. Web safe color of #a795aa is #999999. Color #a795aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 10010101 | 10101010 |
Octal | 247 | 225 | 252 |
Decimal | 167 | 149 | 170 |
Hex | A7 | 95 | AA |
Shades of #a795aa
Tints of #a795aa
RGB Percentages of Color #a795aa
CMYK Percentages of Color #a795aa
Complementary Color
#a795aa | #98aa95 |
#a795aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a795aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a795aa Color CSS Codes
.mybgcolor {background-color:#a795aa; } .myforecolor {color:#a795aa; } .mybordercolor {border:3px solid #a795aa; }
#a795aa Text Font Color
<p style="color:#a795aa">Text here</p>
This sample text font color is #a795aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#a795aa Background Color
<div style="background-color:#a795aa">
Div content here</div>
This div background color is #a795aa
#a795aa Border Color
<div style="border:3px solid #a795aa">
Div here</div>
This div border color is #a795aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,149,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a795aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a795aa; -webkit-box-shadow: 1px 1px 3px 2px #a795aa; box-shadow: 1px 1px 3px 2px #a795aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,149,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a795aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a795aa; -webkit-box-shadow: 1px 1px 3px 2px #a795aa; box-shadow: 1px 1px 3px 2px #a795aa;">
Div content here</div>
This div box has shadow with color #a795aa
Comments
No comments written yet.
Please login to write comment.