Color spaces of #a02baa
RGB | 160 | 43 | 170 |
---|---|---|---|
HSL | 0.82 | 0.60 | 0.42 |
HSV | 295° | 75° | 67° |
CMYK | 0.06 | 0.75 | 0.00 0.33 |
XYZ | 22.6168 | 12.1036 | 39.1744 |
Yxy | 12.1036 | 0.3061 | 0.1638 |
Hunter Lab | 34.7902 | 55.1583 | -42.4084 |
CIE-Lab | 41.3803 | 62.5088 | -43.3158 |
#a02baa color RGB value is (160,43,170).
#a02baa hex color red value is 160, green value is 43 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a02baa hue: 0.82 , saturation: 0.60 and the lightness value of a02baa is 0.42.
The process color (four color CMYK) of #a02baa color hex is 0.06, 0.75, 0.00, 0.33. Web safe color of #a02baa is #993399. Color #a02baa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 00101011 | 10101010 |
Octal | 240 | 53 | 252 |
Decimal | 160 | 43 | 170 |
Hex | A0 | 2B | AA |
Shades of #a02baa
Tints of #a02baa
RGB Percentages of Color #a02baa
CMYK Percentages of Color #a02baa
Complementary Color
#a02baa | #35aa2b |
#a02baa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a02baa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a02baa Color CSS Codes
.mybgcolor {background-color:#a02baa; } .myforecolor {color:#a02baa; } .mybordercolor {border:3px solid #a02baa; }
#a02baa Text Font Color
<p style="color:#a02baa">Text here</p>
This sample text font color is #a02baa
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.
#a02baa Background Color
<div style="background-color:#a02baa">
Div content here</div>
This div background color is #a02baa
#a02baa Border Color
<div style="border:3px solid #a02baa">
Div here</div>
This div border color is #a02baa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,43,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a02baa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a02baa; -webkit-box-shadow: 1px 1px 3px 2px #a02baa; box-shadow: 1px 1px 3px 2px #a02baa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,43,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 #a02baa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a02baa; -webkit-box-shadow: 1px 1px 3px 2px #a02baa; box-shadow: 1px 1px 3px 2px #a02baa;">
Div content here</div>
This div box has shadow with color #a02baa
Comments
No comments written yet.
Please login to write comment.