Shades of Dark Orchid #AB19CF
Tints of Dark Orchid #AB19CF
RGB
CMYK
RGB Variations
Color information
#AB19CF (or 0xAB19CF) is known color: Dark Orchid. HEX triplet: AB, 19 and CF. RGB value is (171,25,207). Sum of RGB (Red+Green+Blue) = 171+25+207=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB19CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB19CF is #54E630. Grayscale: #585858. Windows color (decimal): -5563953 or 13572523. OLE color: 13572523.
HSL color Cylindrical-coordinate representation of color #AB19CF: hue angle of 288.13º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB19CF is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 25 | 207 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.19 |
| HSL | 288.13º | 0.78% | 0.45% | - |
| HSV(B) | 288.13º | 0.88% | 0.81% | - |
| XYZ | 28.4 | 13.86 | 60.21 | - |
| YUV | 89.4 | 194.37 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 207 | 0.17 | 0.88 | 0 | 0.19 | 288.13 | 0.78 | 0.45 |
| Hex | AB | 19 | CF | 11 | 58 | 0 | 13 | 120 | 4E | 2D |
| Octal | 253 | 31 | 317 | 21 | 130 | 0 | 23 | 440 | 116 | 55 |
| Binary | 10101011 | 11001 | 11001111 | 10001 | 1011000 | 0 | 10011 | 100100000 | 1001110 | 101101 |
Color Harmonies of #AB19CF
Complementary color
Monochromatic Colors of #AB19CF
Black with #AB19CF
Text Example
Text Example
White with #AB19CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB19CF; }
p { color: rgb(171,25,207); }
H1.HeaderClassName
{
color: #AB19CF;
}
.AnyTagClassName
{
color: #AB19CF;
}
</style>
background-color css
<style>
a { background-color: #AB19CF; }
a { background-color: rgb(171,25,207); }
div.DivClassName
{
background-color: #AB19CF;
}
.BgClassName
{
background-color: #AB19CF;
}
</style>
border-color css
<style>
span { border-color: #AB19CF; }
span { border-color: rgb(171,25,207); }
td.TdClassName
{
border-color: #AB19CF;
}
.TagClassName
{
border-color: #AB19CF;
}
</style>