Shades of Dark Violet #AB17D1
Tints of Dark Violet #AB17D1
RGB
CMYK
RGB Variations
Color information
#AB17D1 (or 0xAB17D1) is known color: Dark Violet. HEX triplet: AB, 17 and D1. RGB value is (171,23,209). Sum of RGB (Red+Green+Blue) = 171+23+209=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 209 (82.03% from 255 or 51.86% from 403); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB17D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB17D1 is #54E82E. Grayscale: #575757. Windows color (decimal): -5564463 or 13703083. OLE color: 13703083.
HSL color Cylindrical-coordinate representation of color #AB17D1: hue angle of 287.74º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB17D1 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 23 | 209 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.18 |
| HSL | 287.74º | 0.8% | 0.45% | - |
| HSV(B) | 287.74º | 0.89% | 0.82% | - |
| XYZ | 28.61 | 13.87 | 61.49 | - |
| YUV | 88.46 | 196.03 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 209 | 0.18 | 0.89 | 0 | 0.18 | 287.74 | 0.8 | 0.45 |
| Hex | AB | 17 | D1 | 12 | 59 | 0 | 12 | 120 | 50 | 2D |
| Octal | 253 | 27 | 321 | 22 | 131 | 0 | 22 | 440 | 120 | 55 |
| Binary | 10101011 | 10111 | 11010001 | 10010 | 1011001 | 0 | 10010 | 100100000 | 1010000 | 101101 |
Color Harmonies of #AB17D1
Complementary color
Monochromatic Colors of #AB17D1
Black with #AB17D1
Text Example
Text Example
White with #AB17D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB17D1; }
p { color: rgb(171,23,209); }
H1.HeaderClassName
{
color: #AB17D1;
}
.AnyTagClassName
{
color: #AB17D1;
}
</style>
background-color css
<style>
a { background-color: #AB17D1; }
a { background-color: rgb(171,23,209); }
div.DivClassName
{
background-color: #AB17D1;
}
.BgClassName
{
background-color: #AB17D1;
}
</style>
border-color css
<style>
span { border-color: #AB17D1; }
span { border-color: rgb(171,23,209); }
td.TdClassName
{
border-color: #AB17D1;
}
.TagClassName
{
border-color: #AB17D1;
}
</style>