Color spaces of #a209aa
RGB | 162 | 9 | 170 |
---|---|---|---|
HSL | 0.83 | 0.90 | 0.35 |
HSV | 297° | 95° | 67° |
CMYK | 0.05 | 0.95 | 0.00 0.33 |
XYZ | 22.2537 | 10.7790 | 38.9379 |
Yxy | 10.7790 | 0.3092 | 0.1498 |
Hunter Lab | 32.8314 | 63.5356 | -47.3357 |
CIE-Lab | 39.2057 | 70.2149 | -46.7782 |
#a209aa color RGB value is (162,9,170).
#a209aa hex color red value is 162, green value is 9 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a209aa hue: 0.83 , saturation: 0.90 and the lightness value of a209aa is 0.35.
The process color (four color CMYK) of #a209aa color hex is 0.05, 0.95, 0.00, 0.33. Web safe color of #a209aa is #990099. Color #a209aa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 00001001 | 10101010 |
Octal | 242 | 11 | 252 |
Decimal | 162 | 9 | 170 |
Hex | A2 | 9 | AA |
Shades of #a209aa
Tints of #a209aa
RGB Percentages of Color #a209aa
CMYK Percentages of Color #a209aa
Complementary Color
#a209aa | #11aa09 |
#a209aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a209aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a209aa Color CSS Codes
.mybgcolor {background-color:#a209aa; } .myforecolor {color:#a209aa; } .mybordercolor {border:3px solid #a209aa; }
#a209aa Text Font Color
<p style="color:#a209aa">Text here</p>
This sample text font color is #a209aa
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.
#a209aa Background Color
<div style="background-color:#a209aa">
Div content here</div>
This div background color is #a209aa
#a209aa Border Color
<div style="border:3px solid #a209aa">
Div here</div>
This div border color is #a209aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,9,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a209aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a209aa; -webkit-box-shadow: 1px 1px 3px 2px #a209aa; box-shadow: 1px 1px 3px 2px #a209aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,9,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 #a209aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a209aa; -webkit-box-shadow: 1px 1px 3px 2px #a209aa; box-shadow: 1px 1px 3px 2px #a209aa;">
Div content here</div>
This div box has shadow with color #a209aa
Comments
No comments written yet.
Please login to write comment.