Shades of Dark Orchid #A019B9
Tints of Dark Orchid #A019B9
RGB
CMYK
RGB Variations
Color information
#A019B9 (or 0xA019B9) is known color: Dark Orchid. HEX triplet: A0, 19 and B9. RGB value is (160,25,185). Sum of RGB (Red+Green+Blue) = 160+25+185=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 185 (72.66% from 255 or 50% from 370); Max value from RGB is 185 - color contains mainly: blue. Hex color #A019B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A019B9 is #5FE646. Grayscale: #535353. Windows color (decimal): -6284871 or 12130720. OLE color: 12130720.
HSL color Cylindrical-coordinate representation of color #A019B9: hue angle of 290.62º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A019B9 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 25 | 185 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.27 |
| HSL | 290.63º | 0.76% | 0.41% | - |
| HSV(B) | 290.63º | 0.86% | 0.73% | - |
| XYZ | 23.6 | 11.67 | 46.91 | - |
| YUV | 83.61 | 185.23 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 185 | 0.14 | 0.86 | 0 | 0.27 | 290.63 | 0.76 | 0.41 |
| Hex | A0 | 19 | B9 | E | 56 | 0 | 1B | 123 | 4C | 29 |
| Octal | 240 | 31 | 271 | 16 | 126 | 0 | 33 | 443 | 114 | 51 |
| Binary | 10100000 | 11001 | 10111001 | 1110 | 1010110 | 0 | 11011 | 100100011 | 1001100 | 101001 |
Color Harmonies of #A019B9
Complementary color
Monochromatic Colors of #A019B9
Black with #A019B9
Text Example
Text Example
White with #A019B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019B9; }
p { color: rgb(160,25,185); }
H1.HeaderClassName
{
color: #A019B9;
}
.AnyTagClassName
{
color: #A019B9;
}
</style>
background-color css
<style>
a { background-color: #A019B9; }
a { background-color: rgb(160,25,185); }
div.DivClassName
{
background-color: #A019B9;
}
.BgClassName
{
background-color: #A019B9;
}
</style>
border-color css
<style>
span { border-color: #A019B9; }
span { border-color: rgb(160,25,185); }
td.TdClassName
{
border-color: #A019B9;
}
.TagClassName
{
border-color: #A019B9;
}
</style>