Shades of Dark Orchid #AB19DC
Tints of Dark Orchid #AB19DC
RGB
CMYK
RGB Variations
Color information
#AB19DC (or 0xAB19DC) is known color: Dark Orchid. HEX triplet: AB, 19 and DC. RGB value is (171,25,220). Sum of RGB (Red+Green+Blue) = 171+25+220=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB19DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB19DC is #54E623. Grayscale: #5A5A5A. Windows color (decimal): -5563940 or 14424491. OLE color: 14424491.
HSL color Cylindrical-coordinate representation of color #AB19DC: hue angle of 284.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB19DC is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 25 | 220 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.14 |
| HSL | 284.92º | 0.8% | 0.48% | - |
| HSV(B) | 284.92º | 0.89% | 0.86% | - |
| XYZ | 30.06 | 14.52 | 68.93 | - |
| YUV | 90.88 | 200.87 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 220 | 0.22 | 0.89 | 0 | 0.14 | 284.92 | 0.8 | 0.48 |
| Hex | AB | 19 | DC | 16 | 59 | 0 | E | 11D | 50 | 30 |
| Octal | 253 | 31 | 334 | 26 | 131 | 0 | 16 | 435 | 120 | 60 |
| Binary | 10101011 | 11001 | 11011100 | 10110 | 1011001 | 0 | 1110 | 100011101 | 1010000 | 110000 |
Color Harmonies of #AB19DC
Complementary color
Monochromatic Colors of #AB19DC
Black with #AB19DC
Text Example
Text Example
White with #AB19DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB19DC; }
p { color: rgb(171,25,220); }
H1.HeaderClassName
{
color: #AB19DC;
}
.AnyTagClassName
{
color: #AB19DC;
}
</style>
background-color css
<style>
a { background-color: #AB19DC; }
a { background-color: rgb(171,25,220); }
div.DivClassName
{
background-color: #AB19DC;
}
.BgClassName
{
background-color: #AB19DC;
}
</style>
border-color css
<style>
span { border-color: #AB19DC; }
span { border-color: rgb(171,25,220); }
td.TdClassName
{
border-color: #AB19DC;
}
.TagClassName
{
border-color: #AB19DC;
}
</style>