Shades of Dark Orchid #AB19C8
Tints of Dark Orchid #AB19C8
RGB
CMYK
RGB Variations
Color information
#AB19C8 (or 0xAB19C8) is known color: Dark Orchid. HEX triplet: AB, 19 and C8. RGB value is (171,25,200). Sum of RGB (Red+Green+Blue) = 171+25+200=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 200 (78.52% from 255 or 50.51% from 396); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB19C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB19C8 is #54E637. Grayscale: #585858. Windows color (decimal): -5563960 or 13113771. OLE color: 13113771.
HSL color Cylindrical-coordinate representation of color #AB19C8: hue angle of 290.06º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB19C8 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 25 | 200 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.22 |
| HSL | 290.06º | 0.78% | 0.44% | - |
| HSV(B) | 290.06º | 0.88% | 0.78% | - |
| XYZ | 27.57 | 13.52 | 55.8 | - |
| YUV | 88.6 | 190.87 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 200 | 0.14 | 0.88 | 0 | 0.22 | 290.06 | 0.78 | 0.44 |
| Hex | AB | 19 | C8 | E | 58 | 0 | 16 | 122 | 4E | 2C |
| Octal | 253 | 31 | 310 | 16 | 130 | 0 | 26 | 442 | 116 | 54 |
| Binary | 10101011 | 11001 | 11001000 | 1110 | 1011000 | 0 | 10110 | 100100010 | 1001110 | 101100 |
Color Harmonies of #AB19C8
Complementary color
Monochromatic Colors of #AB19C8
Black with #AB19C8
Text Example
Text Example
White with #AB19C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB19C8; }
p { color: rgb(171,25,200); }
H1.HeaderClassName
{
color: #AB19C8;
}
.AnyTagClassName
{
color: #AB19C8;
}
</style>
background-color css
<style>
a { background-color: #AB19C8; }
a { background-color: rgb(171,25,200); }
div.DivClassName
{
background-color: #AB19C8;
}
.BgClassName
{
background-color: #AB19C8;
}
</style>
border-color css
<style>
span { border-color: #AB19C8; }
span { border-color: rgb(171,25,200); }
td.TdClassName
{
border-color: #AB19C8;
}
.TagClassName
{
border-color: #AB19C8;
}
</style>