Shades of Dark Orchid #AB19CB
Tints of Dark Orchid #AB19CB
RGB
CMYK
RGB Variations
Color information
#AB19CB (or 0xAB19CB) is known color: Dark Orchid. HEX triplet: AB, 19 and CB. RGB value is (171,25,203). Sum of RGB (Red+Green+Blue) = 171+25+203=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB19CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB19CB is #54E634. Grayscale: #585858. Windows color (decimal): -5563957 or 13310379. OLE color: 13310379.
HSL color Cylindrical-coordinate representation of color #AB19CB: hue angle of 289.21º 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 #AB19CB is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 25 | 203 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.20 |
| HSL | 289.21º | 0.78% | 0.45% | - |
| HSV(B) | 289.21º | 0.88% | 0.8% | - |
| XYZ | 27.92 | 13.66 | 57.67 | - |
| YUV | 88.95 | 192.37 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 203 | 0.16 | 0.88 | 0 | 0.20 | 289.21 | 0.78 | 0.45 |
| Hex | AB | 19 | CB | 10 | 58 | 0 | 14 | 121 | 4E | 2D |
| Octal | 253 | 31 | 313 | 20 | 130 | 0 | 24 | 441 | 116 | 55 |
| Binary | 10101011 | 11001 | 11001011 | 10000 | 1011000 | 0 | 10100 | 100100001 | 1001110 | 101101 |
Color Harmonies of #AB19CB
Complementary color
Monochromatic Colors of #AB19CB
Black with #AB19CB
Text Example
Text Example
White with #AB19CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB19CB; }
p { color: rgb(171,25,203); }
H1.HeaderClassName
{
color: #AB19CB;
}
.AnyTagClassName
{
color: #AB19CB;
}
</style>
background-color css
<style>
a { background-color: #AB19CB; }
a { background-color: rgb(171,25,203); }
div.DivClassName
{
background-color: #AB19CB;
}
.BgClassName
{
background-color: #AB19CB;
}
</style>
border-color css
<style>
span { border-color: #AB19CB; }
span { border-color: rgb(171,25,203); }
td.TdClassName
{
border-color: #AB19CB;
}
.TagClassName
{
border-color: #AB19CB;
}
</style>