Shades of Dark Violet #AB16DD
Tints of Dark Violet #AB16DD
RGB
CMYK
RGB Variations
Color information
#AB16DD (or 0xAB16DD) is known color: Dark Violet. HEX triplet: AB, 16 and DD. RGB value is (171,22,221). Sum of RGB (Red+Green+Blue) = 171+22+221=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB16DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB16DD is #54E922. Grayscale: #585858. Windows color (decimal): -5564707 or 14489259. OLE color: 14489259.
HSL color Cylindrical-coordinate representation of color #AB16DD: hue angle of 284.92º 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 #AB16DD is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 22 | 221 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.13 |
| HSL | 284.92º | 0.82% | 0.48% | - |
| HSV(B) | 284.92º | 0.9% | 0.87% | - |
| XYZ | 30.13 | 14.45 | 69.61 | - |
| YUV | 89.24 | 202.36 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 221 | 0.23 | 0.90 | 0 | 0.13 | 284.92 | 0.82 | 0.48 |
| Hex | AB | 16 | DD | 17 | 5A | 0 | D | 11D | 52 | 30 |
| Octal | 253 | 26 | 335 | 27 | 132 | 0 | 15 | 435 | 122 | 60 |
| Binary | 10101011 | 10110 | 11011101 | 10111 | 1011010 | 0 | 1101 | 100011101 | 1010010 | 110000 |
Color Harmonies of #AB16DD
Complementary color
Monochromatic Colors of #AB16DD
Black with #AB16DD
Text Example
Text Example
White with #AB16DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB16DD; }
p { color: rgb(171,22,221); }
H1.HeaderClassName
{
color: #AB16DD;
}
.AnyTagClassName
{
color: #AB16DD;
}
</style>
background-color css
<style>
a { background-color: #AB16DD; }
a { background-color: rgb(171,22,221); }
div.DivClassName
{
background-color: #AB16DD;
}
.BgClassName
{
background-color: #AB16DD;
}
</style>
border-color css
<style>
span { border-color: #AB16DD; }
span { border-color: rgb(171,22,221); }
td.TdClassName
{
border-color: #AB16DD;
}
.TagClassName
{
border-color: #AB16DD;
}
</style>