Color spaces of #a765ac
RGB | 167 | 101 | 172 |
---|---|---|---|
HSL | 0.82 | 0.30 | 0.54 |
HSV | 296° | 41° | 67° |
CMYK | 0.03 | 0.41 | 0.00 0.33 |
XYZ | 28.0364 | 20.5014 | 41.5092 |
Yxy | 20.5014 | 0.3114 | 0.2277 |
Hunter Lab | 45.2785 | 31.2898 | -22.6594 |
CIE-Lab | 52.3994 | 38.0116 | -27.0889 |
#a765ac color RGB value is (167,101,172).
#a765ac hex color red value is 167, green value is 101 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a765ac hue: 0.82 , saturation: 0.30 and the lightness value of a765ac is 0.54.
The process color (four color CMYK) of #a765ac color hex is 0.03, 0.41, 0.00, 0.33. Web safe color of #a765ac is #996699. Color #a765ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 01100101 | 10101100 |
Octal | 247 | 145 | 254 |
Decimal | 167 | 101 | 172 |
Hex | A7 | 65 | AC |
Shades of #a765ac
Tints of #a765ac
RGB Percentages of Color #a765ac
CMYK Percentages of Color #a765ac
Complementary Color
#a765ac | #6aac65 |
#a765ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a765ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#a765ac Color CSS Codes
.mybgcolor {background-color:#a765ac; } .myforecolor {color:#a765ac; } .mybordercolor {border:3px solid #a765ac; }
#a765ac Text Font Color
<p style="color:#a765ac">Text here</p>
This sample text font color is #a765ac
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.
#a765ac Background Color
<div style="background-color:#a765ac">
Div content here</div>
This div background color is #a765ac
#a765ac Border Color
<div style="border:3px solid #a765ac">
Div here</div>
This div border color is #a765ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,101,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a765ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a765ac; -webkit-box-shadow: 1px 1px 3px 2px #a765ac; box-shadow: 1px 1px 3px 2px #a765ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,101,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a765ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a765ac; -webkit-box-shadow: 1px 1px 3px 2px #a765ac; box-shadow: 1px 1px 3px 2px #a765ac;">
Div content here</div>
This div box has shadow with color #a765ac
Comments
No comments written yet.
Please login to write comment.