Color spaces of #a200ad
RGB | 162 | 0 | 173 |
---|---|---|---|
HSL | 0.82 | 1.00 | 0.34 |
HSV | 296° | 100° | 68° |
CMYK | 0.06 | 1.00 | 0.00 0.32 |
XYZ | 22.4431 | 10.6985 | 40.4173 |
Yxy | 10.6985 | 0.3051 | 0.1454 |
Hunter Lab | 32.7086 | 65.2384 | -50.3674 |
CIE-Lab | 39.0680 | 71.6806 | -48.7913 |
#a200ad color RGB value is (162,0,173).
#a200ad hex color red value is 162, green value is 0 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a200ad hue: 0.82 , saturation: 1.00 and the lightness value of a200ad is 0.34.
The process color (four color CMYK) of #a200ad color hex is 0.06, 1.00, 0.00, 0.32. Web safe color of #a200ad is #990099. Color #a200ad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 00000000 | 10101101 |
Octal | 242 | 0 | 255 |
Decimal | 162 | 0 | 173 |
Hex | A2 | 0 | AD |
Shades of #a200ad
Tints of #a200ad
RGB Percentages of Color #a200ad
CMYK Percentages of Color #a200ad
Complementary Color
#a200ad | #0bad00 |
#a200ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a200ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#a200ad Color CSS Codes
.mybgcolor {background-color:#a200ad; } .myforecolor {color:#a200ad; } .mybordercolor {border:3px solid #a200ad; }
#a200ad Text Font Color
<p style="color:#a200ad">Text here</p>
This sample text font color is #a200ad
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.
#a200ad Background Color
<div style="background-color:#a200ad">
Div content here</div>
This div background color is #a200ad
#a200ad Border Color
<div style="border:3px solid #a200ad">
Div here</div>
This div border color is #a200ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,0,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a200ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a200ad; -webkit-box-shadow: 1px 1px 3px 2px #a200ad; box-shadow: 1px 1px 3px 2px #a200ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,0,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a200ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a200ad; -webkit-box-shadow: 1px 1px 3px 2px #a200ad; box-shadow: 1px 1px 3px 2px #a200ad;">
Div content here</div>
This div box has shadow with color #a200ad
Comments
No comments written yet.
Please login to write comment.