Shades of Dark Violet #AB19E6
Tints of Dark Violet #AB19E6
RGB
CMYK
RGB Variations
Color information
#AB19E6 (or 0xAB19E6) is known color: Dark Violet. HEX triplet: AB, 19 and E6. RGB value is (171,25,230). Sum of RGB (Red+Green+Blue) = 171+25+230=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 230 (90.23% from 255 or 53.99% from 426); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB19E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB19E6 is #54E619. Grayscale: #5B5B5B. Windows color (decimal): -5563930 or 15079851. OLE color: 15079851.
HSL color Cylindrical-coordinate representation of color #AB19E6: hue angle of 282.73º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB19E6 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 25 | 230 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.10 |
| HSL | 282.73º | 0.8% | 0.5% | - |
| HSV(B) | 282.73º | 0.89% | 0.9% | - |
| XYZ | 31.43 | 15.07 | 76.11 | - |
| YUV | 92.02 | 205.87 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 230 | 0.26 | 0.89 | 0 | 0.10 | 282.73 | 0.8 | 0.5 |
| Hex | AB | 19 | E6 | 1A | 59 | 0 | A | 11B | 50 | 32 |
| Octal | 253 | 31 | 346 | 32 | 131 | 0 | 12 | 433 | 120 | 62 |
| Binary | 10101011 | 11001 | 11100110 | 11010 | 1011001 | 0 | 1010 | 100011011 | 1010000 | 110010 |
Color Harmonies of #AB19E6
Complementary color
Monochromatic Colors of #AB19E6
Black with #AB19E6
Text Example
Text Example
White with #AB19E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB19E6; }
p { color: rgb(171,25,230); }
H1.HeaderClassName
{
color: #AB19E6;
}
.AnyTagClassName
{
color: #AB19E6;
}
</style>
background-color css
<style>
a { background-color: #AB19E6; }
a { background-color: rgb(171,25,230); }
div.DivClassName
{
background-color: #AB19E6;
}
.BgClassName
{
background-color: #AB19E6;
}
</style>
border-color css
<style>
span { border-color: #AB19E6; }
span { border-color: rgb(171,25,230); }
td.TdClassName
{
border-color: #AB19E6;
}
.TagClassName
{
border-color: #AB19E6;
}
</style>