Color spaces of #a205ac
RGB | 162 | 5 | 172 |
---|---|---|---|
HSL | 0.82 | 0.94 | 0.35 |
HSV | 296° | 97° | 67° |
CMYK | 0.06 | 0.97 | 0.00 0.33 |
XYZ | 22.4010 | 10.7685 | 39.9276 |
Yxy | 10.7685 | 0.3065 | 0.1473 |
Hunter Lab | 32.8154 | 64.4238 | -49.1694 |
CIE-Lab | 39.1878 | 70.9707 | -48.0018 |
#a205ac color RGB value is (162,5,172).
#a205ac hex color red value is 162, green value is 5 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a205ac hue: 0.82 , saturation: 0.94 and the lightness value of a205ac is 0.35.
The process color (four color CMYK) of #a205ac color hex is 0.06, 0.97, 0.00, 0.33. Web safe color of #a205ac is #990099. Color #a205ac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 00000101 | 10101100 |
Octal | 242 | 5 | 254 |
Decimal | 162 | 5 | 172 |
Hex | A2 | 5 | AC |
Shades of #a205ac
Tints of #a205ac
RGB Percentages of Color #a205ac
CMYK Percentages of Color #a205ac
Complementary Color
#a205ac | #0fac05 |
#a205ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a205ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#a205ac Color CSS Codes
.mybgcolor {background-color:#a205ac; } .myforecolor {color:#a205ac; } .mybordercolor {border:3px solid #a205ac; }
#a205ac Text Font Color
<p style="color:#a205ac">Text here</p>
This sample text font color is #a205ac
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.
#a205ac Background Color
<div style="background-color:#a205ac">
Div content here</div>
This div background color is #a205ac
#a205ac Border Color
<div style="border:3px solid #a205ac">
Div here</div>
This div border color is #a205ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,5,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a205ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a205ac; -webkit-box-shadow: 1px 1px 3px 2px #a205ac; box-shadow: 1px 1px 3px 2px #a205ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,5,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 #a205ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a205ac; -webkit-box-shadow: 1px 1px 3px 2px #a205ac; box-shadow: 1px 1px 3px 2px #a205ac;">
Div content here</div>
This div box has shadow with color #a205ac
Comments
No comments written yet.
Please login to write comment.