Shades of Dark Violet #AB19E7
Tints of Dark Violet #AB19E7
RGB
CMYK
RGB Variations
Color information
#AB19E7 (or 0xAB19E7) is known color: Dark Violet. HEX triplet: AB, 19 and E7. RGB value is (171,25,231). Sum of RGB (Red+Green+Blue) = 171+25+231=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 231 (90.62% from 255 or 54.10% from 427); Max value from RGB is 231 - color contains mainly: blue. Hex color #AB19E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB19E7 is #54E618. Grayscale: #5B5B5B. Windows color (decimal): -5563929 or 15145387. OLE color: 15145387.
HSL color Cylindrical-coordinate representation of color #AB19E7: hue angle of 282.52º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB19E7 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 25 | 231 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.09 |
| HSL | 282.52º | 0.81% | 0.5% | - |
| HSV(B) | 282.52º | 0.89% | 0.91% | - |
| XYZ | 31.57 | 15.12 | 76.86 | - |
| YUV | 92.14 | 206.37 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 231 | 0.26 | 0.89 | 0 | 0.09 | 282.52 | 0.81 | 0.5 |
| Hex | AB | 19 | E7 | 1A | 59 | 0 | 9 | 11B | 51 | 32 |
| Octal | 253 | 31 | 347 | 32 | 131 | 0 | 11 | 433 | 121 | 62 |
| Binary | 10101011 | 11001 | 11100111 | 11010 | 1011001 | 0 | 1001 | 100011011 | 1010001 | 110010 |
Color Harmonies of #AB19E7
Complementary color
Monochromatic Colors of #AB19E7
Black with #AB19E7
Text Example
Text Example
White with #AB19E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB19E7; }
p { color: rgb(171,25,231); }
H1.HeaderClassName
{
color: #AB19E7;
}
.AnyTagClassName
{
color: #AB19E7;
}
</style>
background-color css
<style>
a { background-color: #AB19E7; }
a { background-color: rgb(171,25,231); }
div.DivClassName
{
background-color: #AB19E7;
}
.BgClassName
{
background-color: #AB19E7;
}
</style>
border-color css
<style>
span { border-color: #AB19E7; }
span { border-color: rgb(171,25,231); }
td.TdClassName
{
border-color: #AB19E7;
}
.TagClassName
{
border-color: #AB19E7;
}
</style>