Shades of Dark Violet #AB16DA
Tints of Dark Violet #AB16DA
RGB
CMYK
RGB Variations
Color information
#AB16DA (or 0xAB16DA) is known color: Dark Violet. HEX triplet: AB, 16 and DA. RGB value is (171,22,218). Sum of RGB (Red+Green+Blue) = 171+22+218=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB16DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB16DA is #54E925. Grayscale: #585858. Windows color (decimal): -5564710 or 14292651. OLE color: 14292651.
HSL color Cylindrical-coordinate representation of color #AB16DA: hue angle of 285.61º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB16DA is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 22 | 218 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.15 |
| HSL | 285.61º | 0.82% | 0.47% | - |
| HSV(B) | 285.61º | 0.9% | 0.85% | - |
| XYZ | 29.74 | 14.29 | 67.52 | - |
| YUV | 88.9 | 200.86 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 218 | 0.22 | 0.90 | 0 | 0.15 | 285.61 | 0.82 | 0.47 |
| Hex | AB | 16 | DA | 16 | 5A | 0 | F | 11E | 52 | 2F |
| Octal | 253 | 26 | 332 | 26 | 132 | 0 | 17 | 436 | 122 | 57 |
| Binary | 10101011 | 10110 | 11011010 | 10110 | 1011010 | 0 | 1111 | 100011110 | 1010010 | 101111 |
Color Harmonies of #AB16DA
Complementary color
Monochromatic Colors of #AB16DA
Black with #AB16DA
Text Example
Text Example
White with #AB16DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB16DA; }
p { color: rgb(171,22,218); }
H1.HeaderClassName
{
color: #AB16DA;
}
.AnyTagClassName
{
color: #AB16DA;
}
</style>
background-color css
<style>
a { background-color: #AB16DA; }
a { background-color: rgb(171,22,218); }
div.DivClassName
{
background-color: #AB16DA;
}
.BgClassName
{
background-color: #AB16DA;
}
</style>
border-color css
<style>
span { border-color: #AB16DA; }
span { border-color: rgb(171,22,218); }
td.TdClassName
{
border-color: #AB16DA;
}
.TagClassName
{
border-color: #AB16DA;
}
</style>