Color spaces of #a860ad
RGB | 168 | 96 | 173 |
---|---|---|---|
HSL | 0.82 | 0.32 | 0.53 |
HSV | 296° | 45° | 68° |
CMYK | 0.03 | 0.45 | 0.00 0.32 |
XYZ | 27.8741 | 19.7077 | 41.8700 |
Yxy | 19.7077 | 0.3116 | 0.2203 |
Hunter Lab | 44.3934 | 34.3898 | -24.8446 |
CIE-Lab | 51.5051 | 41.2230 | -29.0498 |
#a860ad color RGB value is (168,96,173).
#a860ad hex color red value is 168, green value is 96 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a860ad hue: 0.82 , saturation: 0.32 and the lightness value of a860ad is 0.53.
The process color (four color CMYK) of #a860ad color hex is 0.03, 0.45, 0.00, 0.32. Web safe color of #a860ad is #996699. Color #a860ad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 01100000 | 10101101 |
Octal | 250 | 140 | 255 |
Decimal | 168 | 96 | 173 |
Hex | A8 | 60 | AD |
Shades of #a860ad
Tints of #a860ad
RGB Percentages of Color #a860ad
CMYK Percentages of Color #a860ad
Complementary Color
#a860ad | #65ad60 |
#a860ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a860ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#a860ad Color CSS Codes
.mybgcolor {background-color:#a860ad; } .myforecolor {color:#a860ad; } .mybordercolor {border:3px solid #a860ad; }
#a860ad Text Font Color
<p style="color:#a860ad">Text here</p>
This sample text font color is #a860ad
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.
#a860ad Background Color
<div style="background-color:#a860ad">
Div content here</div>
This div background color is #a860ad
#a860ad Border Color
<div style="border:3px solid #a860ad">
Div here</div>
This div border color is #a860ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,96,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a860ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a860ad; -webkit-box-shadow: 1px 1px 3px 2px #a860ad; box-shadow: 1px 1px 3px 2px #a860ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,96,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 #a860ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a860ad; -webkit-box-shadow: 1px 1px 3px 2px #a860ad; box-shadow: 1px 1px 3px 2px #a860ad;">
Div content here</div>
This div box has shadow with color #a860ad
Comments
No comments written yet.
Please login to write comment.