Shades of Dark Violet #AB16DE
Tints of Dark Violet #AB16DE
RGB
CMYK
RGB Variations
Color information
#AB16DE (or 0xAB16DE) is known color: Dark Violet. HEX triplet: AB, 16 and DE. RGB value is (171,22,222). Sum of RGB (Red+Green+Blue) = 171+22+222=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB16DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB16DE is #54E921. Grayscale: #585858. Windows color (decimal): -5564706 or 14554795. OLE color: 14554795.
HSL color Cylindrical-coordinate representation of color #AB16DE: hue angle of 284.7º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB16DE is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 22 | 222 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.13 |
| HSL | 284.7º | 0.82% | 0.48% | - |
| HSV(B) | 284.7º | 0.9% | 0.87% | - |
| XYZ | 30.27 | 14.51 | 70.31 | - |
| YUV | 89.35 | 202.86 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 222 | 0.23 | 0.90 | 0 | 0.13 | 284.7 | 0.82 | 0.48 |
| Hex | AB | 16 | DE | 17 | 5A | 0 | D | 11D | 52 | 30 |
| Octal | 253 | 26 | 336 | 27 | 132 | 0 | 15 | 435 | 122 | 60 |
| Binary | 10101011 | 10110 | 11011110 | 10111 | 1011010 | 0 | 1101 | 100011101 | 1010010 | 110000 |
Color Harmonies of #AB16DE
Complementary color
Monochromatic Colors of #AB16DE
Black with #AB16DE
Text Example
Text Example
White with #AB16DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB16DE; }
p { color: rgb(171,22,222); }
H1.HeaderClassName
{
color: #AB16DE;
}
.AnyTagClassName
{
color: #AB16DE;
}
</style>
background-color css
<style>
a { background-color: #AB16DE; }
a { background-color: rgb(171,22,222); }
div.DivClassName
{
background-color: #AB16DE;
}
.BgClassName
{
background-color: #AB16DE;
}
</style>
border-color css
<style>
span { border-color: #AB16DE; }
span { border-color: rgb(171,22,222); }
td.TdClassName
{
border-color: #AB16DE;
}
.TagClassName
{
border-color: #AB16DE;
}
</style>