Shades of Dark Violet #AB17DC
Tints of Dark Violet #AB17DC
RGB
CMYK
RGB Variations
Color information
#AB17DC (or 0xAB17DC) is known color: Dark Violet. HEX triplet: AB, 17 and DC. RGB value is (171,23,220). Sum of RGB (Red+Green+Blue) = 171+23+220=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB17DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB17DC is #54E823. Grayscale: #595959. Windows color (decimal): -5564452 or 14423979. OLE color: 14423979.
HSL color Cylindrical-coordinate representation of color #AB17DC: hue angle of 285.08º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB17DC is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 23 | 220 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.14 |
| HSL | 285.08º | 0.81% | 0.48% | - |
| HSV(B) | 285.08º | 0.9% | 0.86% | - |
| XYZ | 30.02 | 14.44 | 68.91 | - |
| YUV | 89.71 | 201.53 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 220 | 0.22 | 0.90 | 0 | 0.14 | 285.08 | 0.81 | 0.48 |
| Hex | AB | 17 | DC | 16 | 5A | 0 | E | 11D | 51 | 30 |
| Octal | 253 | 27 | 334 | 26 | 132 | 0 | 16 | 435 | 121 | 60 |
| Binary | 10101011 | 10111 | 11011100 | 10110 | 1011010 | 0 | 1110 | 100011101 | 1010001 | 110000 |
Color Harmonies of #AB17DC
Complementary color
Monochromatic Colors of #AB17DC
Black with #AB17DC
Text Example
Text Example
White with #AB17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB17DC; }
p { color: rgb(171,23,220); }
H1.HeaderClassName
{
color: #AB17DC;
}
.AnyTagClassName
{
color: #AB17DC;
}
</style>
background-color css
<style>
a { background-color: #AB17DC; }
a { background-color: rgb(171,23,220); }
div.DivClassName
{
background-color: #AB17DC;
}
.BgClassName
{
background-color: #AB17DC;
}
</style>
border-color css
<style>
span { border-color: #AB17DC; }
span { border-color: rgb(171,23,220); }
td.TdClassName
{
border-color: #AB17DC;
}
.TagClassName
{
border-color: #AB17DC;
}
</style>