Color spaces of #a03aad
RGB | 160 | 58 | 173 |
---|---|---|---|
HSL | 0.81 | 0.50 | 0.45 |
HSV | 293° | 66° | 68° |
CMYK | 0.08 | 0.66 | 0.00 0.32 |
XYZ | 23.5531 | 13.5168 | 40.9028 |
Yxy | 13.5168 | 0.3021 | 0.1734 |
Hunter Lab | 36.7652 | 50.0144 | -40.2269 |
CIE-Lab | 43.5318 | 57.4529 | -41.6682 |
#a03aad color RGB value is (160,58,173).
#a03aad hex color red value is 160, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a03aad hue: 0.81 , saturation: 0.50 and the lightness value of a03aad is 0.45.
The process color (four color CMYK) of #a03aad color hex is 0.08, 0.66, 0.00, 0.32. Web safe color of #a03aad is #993399. Color #a03aad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 00111010 | 10101101 |
Octal | 240 | 72 | 255 |
Decimal | 160 | 58 | 173 |
Hex | A0 | 3A | AD |
Shades of #a03aad
Tints of #a03aad
RGB Percentages of Color #a03aad
CMYK Percentages of Color #a03aad
Complementary Color
#a03aad | #47ad3a |
#a03aad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a03aad Color Preview on White Background
Lorem ipsum dolor sit amet.
#a03aad Color CSS Codes
.mybgcolor {background-color:#a03aad; } .myforecolor {color:#a03aad; } .mybordercolor {border:3px solid #a03aad; }
#a03aad Text Font Color
<p style="color:#a03aad">Text here</p>
This sample text font color is #a03aad
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.
#a03aad Background Color
<div style="background-color:#a03aad">
Div content here</div>
This div background color is #a03aad
#a03aad Border Color
<div style="border:3px solid #a03aad">
Div here</div>
This div border color is #a03aad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,58,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a03aad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a03aad; -webkit-box-shadow: 1px 1px 3px 2px #a03aad; box-shadow: 1px 1px 3px 2px #a03aad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,58,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 #a03aad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a03aad; -webkit-box-shadow: 1px 1px 3px 2px #a03aad; box-shadow: 1px 1px 3px 2px #a03aad;">
Div content here</div>
This div box has shadow with color #a03aad
Comments
No comments written yet.
Please login to write comment.