Shades of Dark Orchid #A019CB
Tints of Dark Orchid #A019CB
RGB
CMYK
RGB Variations
Color information
#A019CB (or 0xA019CB) is known color: Dark Orchid. HEX triplet: A0, 19 and CB. RGB value is (160,25,203). Sum of RGB (Red+Green+Blue) = 160+25+203=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #A019CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A019CB is #5FE634. Grayscale: #555555. Windows color (decimal): -6284853 or 13310368. OLE color: 13310368.
HSL color Cylindrical-coordinate representation of color #A019CB: hue angle of 285.51º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A019CB is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 25 | 203 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.20 |
| HSL | 285.51º | 0.78% | 0.45% | - |
| HSV(B) | 285.51º | 0.88% | 0.8% | - |
| XYZ | 25.62 | 12.48 | 57.56 | - |
| YUV | 85.66 | 194.23 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 203 | 0.21 | 0.88 | 0 | 0.20 | 285.51 | 0.78 | 0.45 |
| Hex | A0 | 19 | CB | 15 | 58 | 0 | 14 | 11E | 4E | 2D |
| Octal | 240 | 31 | 313 | 25 | 130 | 0 | 24 | 436 | 116 | 55 |
| Binary | 10100000 | 11001 | 11001011 | 10101 | 1011000 | 0 | 10100 | 100011110 | 1001110 | 101101 |
Color Harmonies of #A019CB
Complementary color
Monochromatic Colors of #A019CB
Black with #A019CB
Text Example
Text Example
White with #A019CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019CB; }
p { color: rgb(160,25,203); }
H1.HeaderClassName
{
color: #A019CB;
}
.AnyTagClassName
{
color: #A019CB;
}
</style>
background-color css
<style>
a { background-color: #A019CB; }
a { background-color: rgb(160,25,203); }
div.DivClassName
{
background-color: #A019CB;
}
.BgClassName
{
background-color: #A019CB;
}
</style>
border-color css
<style>
span { border-color: #A019CB; }
span { border-color: rgb(160,25,203); }
td.TdClassName
{
border-color: #A019CB;
}
.TagClassName
{
border-color: #A019CB;
}
</style>