Shades of Dark Orchid #A019B2
Tints of Dark Orchid #A019B2
RGB
CMYK
RGB Variations
Color information
#A019B2 (or 0xA019B2) is known color: Dark Orchid. HEX triplet: A0, 19 and B2. RGB value is (160,25,178). Sum of RGB (Red+Green+Blue) = 160+25+178=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 178 - color contains mainly: blue. Hex color #A019B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A019B2 is #5FE64D. Grayscale: #525252. Windows color (decimal): -6284878 or 11671968. OLE color: 11671968.
HSL color Cylindrical-coordinate representation of color #A019B2: hue angle of 292.94º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A019B2 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 160 | 25 | 178 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.30 |
| HSL | 292.94º | 0.75% | 0.4% | - |
| HSV(B) | 292.94º | 0.86% | 0.7% | - |
| XYZ | 22.88 | 11.38 | 43.11 | - |
| YUV | 82.81 | 181.73 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 178 | 0.10 | 0.86 | 0 | 0.30 | 292.94 | 0.75 | 0.4 |
| Hex | A0 | 19 | B2 | A | 56 | 0 | 1E | 125 | 4B | 28 |
| Octal | 240 | 31 | 262 | 12 | 126 | 0 | 36 | 445 | 113 | 50 |
| Binary | 10100000 | 11001 | 10110010 | 1010 | 1010110 | 0 | 11110 | 100100101 | 1001011 | 101000 |
Color Harmonies of #A019B2
Complementary color
Monochromatic Colors of #A019B2
Black with #A019B2
Text Example
Text Example
White with #A019B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019B2; }
p { color: rgb(160,25,178); }
H1.HeaderClassName
{
color: #A019B2;
}
.AnyTagClassName
{
color: #A019B2;
}
</style>
background-color css
<style>
a { background-color: #A019B2; }
a { background-color: rgb(160,25,178); }
div.DivClassName
{
background-color: #A019B2;
}
.BgClassName
{
background-color: #A019B2;
}
</style>
border-color css
<style>
span { border-color: #A019B2; }
span { border-color: rgb(160,25,178); }
td.TdClassName
{
border-color: #A019B2;
}
.TagClassName
{
border-color: #A019B2;
}
</style>