Shades of Dark Violet #AB0DDA
Tints of Dark Violet #AB0DDA
RGB
CMYK
RGB Variations
Color information
#AB0DDA (or 0xAB0DDA) is known color: Dark Violet. HEX triplet: AB, 0D and DA. RGB value is (171,13,218). Sum of RGB (Red+Green+Blue) = 171+13+218=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 13 (5.47% from 255 or 3.23% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB0DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0DDA is #54F225. Grayscale: #525252. Windows color (decimal): -5567014 or 14290347. OLE color: 14290347.
HSL color Cylindrical-coordinate representation of color #AB0DDA: hue angle of 286.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0DDA is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 13 | 218 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.15 |
| HSL | 286.24º | 0.89% | 0.45% | - |
| HSV(B) | 286.24º | 0.94% | 0.85% | - |
| XYZ | 29.59 | 14.01 | 67.47 | - |
| YUV | 83.61 | 203.85 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 218 | 0.22 | 0.94 | 0 | 0.15 | 286.24 | 0.89 | 0.45 |
| Hex | AB | D | DA | 16 | 5E | 0 | F | 11E | 59 | 2D |
| Octal | 253 | 15 | 332 | 26 | 136 | 0 | 17 | 436 | 131 | 55 |
| Binary | 10101011 | 1101 | 11011010 | 10110 | 1011110 | 0 | 1111 | 100011110 | 1011001 | 101101 |
Color Harmonies of #AB0DDA
Complementary color
Monochromatic Colors of #AB0DDA
Black with #AB0DDA
Text Example
Text Example
White with #AB0DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0DDA; }
p { color: rgb(171,13,218); }
H1.HeaderClassName
{
color: #AB0DDA;
}
.AnyTagClassName
{
color: #AB0DDA;
}
</style>
background-color css
<style>
a { background-color: #AB0DDA; }
a { background-color: rgb(171,13,218); }
div.DivClassName
{
background-color: #AB0DDA;
}
.BgClassName
{
background-color: #AB0DDA;
}
</style>
border-color css
<style>
span { border-color: #AB0DDA; }
span { border-color: rgb(171,13,218); }
td.TdClassName
{
border-color: #AB0DDA;
}
.TagClassName
{
border-color: #AB0DDA;
}
</style>