Shades of Dark Orchid #A019AD
Tints of Dark Orchid #A019AD
RGB
CMYK
RGB Variations
Color information
#A019AD (or 0xA019AD) is known color: Dark Orchid. HEX triplet: A0, 19 and AD. RGB value is (160,25,173). Sum of RGB (Red+Green+Blue) = 160+25+173=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #A019AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A019AD is #5FE652. Grayscale: #515151. Windows color (decimal): -6284883 or 11344288. OLE color: 11344288.
HSL color Cylindrical-coordinate representation of color #A019AD: hue angle of 294.73º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A019AD is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 25 | 173 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.32 |
| HSL | 294.73º | 0.75% | 0.39% | - |
| HSV(B) | 294.73º | 0.86% | 0.68% | - |
| XYZ | 22.39 | 11.19 | 40.51 | - |
| YUV | 82.24 | 179.23 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 173 | 0.08 | 0.86 | 0 | 0.32 | 294.73 | 0.75 | 0.39 |
| Hex | A0 | 19 | AD | 8 | 56 | 0 | 20 | 127 | 4B | 27 |
| Octal | 240 | 31 | 255 | 10 | 126 | 0 | 40 | 447 | 113 | 47 |
| Binary | 10100000 | 11001 | 10101101 | 1000 | 1010110 | 0 | 100000 | 100100111 | 1001011 | 100111 |
Color Harmonies of #A019AD
Complementary color
Monochromatic Colors of #A019AD
Black with #A019AD
Text Example
Text Example
White with #A019AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019AD; }
p { color: rgb(160,25,173); }
H1.HeaderClassName
{
color: #A019AD;
}
.AnyTagClassName
{
color: #A019AD;
}
</style>
background-color css
<style>
a { background-color: #A019AD; }
a { background-color: rgb(160,25,173); }
div.DivClassName
{
background-color: #A019AD;
}
.BgClassName
{
background-color: #A019AD;
}
</style>
border-color css
<style>
span { border-color: #A019AD; }
span { border-color: rgb(160,25,173); }
td.TdClassName
{
border-color: #A019AD;
}
.TagClassName
{
border-color: #A019AD;
}
</style>