Color spaces of #a06fac
RGB | 160 | 111 | 172 |
---|---|---|---|
HSL | 0.80 | 0.27 | 0.55 |
HSV | 288° | 35° | 67° |
CMYK | 0.07 | 0.35 | 0.00 0.33 |
XYZ | 27.6280 | 21.8210 | 41.7854 |
Yxy | 21.8210 | 0.3028 | 0.2392 |
Hunter Lab | 46.7130 | 23.8247 | -20.3367 |
CIE-Lab | 53.8366 | 30.1930 | -24.9320 |
#a06fac color RGB value is (160,111,172).
#a06fac hex color red value is 160, green value is 111 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a06fac hue: 0.80 , saturation: 0.27 and the lightness value of a06fac is 0.55.
The process color (four color CMYK) of #a06fac color hex is 0.07, 0.35, 0.00, 0.33. Web safe color of #a06fac is #996699. Color #a06fac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01101111 | 10101100 |
Octal | 240 | 157 | 254 |
Decimal | 160 | 111 | 172 |
Hex | A0 | 6F | AC |
Shades of #a06fac
Tints of #a06fac
RGB Percentages of Color #a06fac
CMYK Percentages of Color #a06fac
Complementary Color
#a06fac | #7bac6f |
#a06fac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a06fac Color Preview on White Background
Lorem ipsum dolor sit amet.
#a06fac Color CSS Codes
.mybgcolor {background-color:#a06fac; } .myforecolor {color:#a06fac; } .mybordercolor {border:3px solid #a06fac; }
#a06fac Text Font Color
<p style="color:#a06fac">Text here</p>
This sample text font color is #a06fac
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.
#a06fac Background Color
<div style="background-color:#a06fac">
Div content here</div>
This div background color is #a06fac
#a06fac Border Color
<div style="border:3px solid #a06fac">
Div here</div>
This div border color is #a06fac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,111,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a06fac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a06fac; -webkit-box-shadow: 1px 1px 3px 2px #a06fac; box-shadow: 1px 1px 3px 2px #a06fac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,111,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 #a06fac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a06fac; -webkit-box-shadow: 1px 1px 3px 2px #a06fac; box-shadow: 1px 1px 3px 2px #a06fac;">
Div content here</div>
This div box has shadow with color #a06fac
Comments
No comments written yet.
Please login to write comment.