Shades of Dark Violet #AB19DF
Tints of Dark Violet #AB19DF
RGB
CMYK
RGB Variations
Color information
#AB19DF (or 0xAB19DF) is known color: Dark Violet. HEX triplet: AB, 19 and DF. RGB value is (171,25,223). Sum of RGB (Red+Green+Blue) = 171+25+223=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB19DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB19DF is #54E620. Grayscale: #5A5A5A. Windows color (decimal): -5563937 or 14621099. OLE color: 14621099.
HSL color Cylindrical-coordinate representation of color #AB19DF: hue angle of 284.24º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB19DF is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 25 | 223 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.13 |
| HSL | 284.24º | 0.8% | 0.49% | - |
| HSV(B) | 284.24º | 0.89% | 0.87% | - |
| XYZ | 30.46 | 14.68 | 71.04 | - |
| YUV | 91.23 | 202.37 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 223 | 0.23 | 0.89 | 0 | 0.13 | 284.24 | 0.8 | 0.49 |
| Hex | AB | 19 | DF | 17 | 59 | 0 | D | 11C | 50 | 31 |
| Octal | 253 | 31 | 337 | 27 | 131 | 0 | 15 | 434 | 120 | 61 |
| Binary | 10101011 | 11001 | 11011111 | 10111 | 1011001 | 0 | 1101 | 100011100 | 1010000 | 110001 |
Color Harmonies of #AB19DF
Complementary color
Monochromatic Colors of #AB19DF
Black with #AB19DF
Text Example
Text Example
White with #AB19DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB19DF; }
p { color: rgb(171,25,223); }
H1.HeaderClassName
{
color: #AB19DF;
}
.AnyTagClassName
{
color: #AB19DF;
}
</style>
background-color css
<style>
a { background-color: #AB19DF; }
a { background-color: rgb(171,25,223); }
div.DivClassName
{
background-color: #AB19DF;
}
.BgClassName
{
background-color: #AB19DF;
}
</style>
border-color css
<style>
span { border-color: #AB19DF; }
span { border-color: rgb(171,25,223); }
td.TdClassName
{
border-color: #AB19DF;
}
.TagClassName
{
border-color: #AB19DF;
}
</style>