Shades of Dark Violet #AB0DD9
Tints of Dark Violet #AB0DD9
RGB
CMYK
RGB Variations
Color information
#AB0DD9 (or 0xAB0DD9) is known color: Dark Violet. HEX triplet: AB, 0D and D9. RGB value is (171,13,217). Sum of RGB (Red+Green+Blue) = 171+13+217=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 217 (85.16% from 255 or 54.11% from 401); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB0DD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0DD9 is #54F226. Grayscale: #525252. Windows color (decimal): -5567015 or 14224811. OLE color: 14224811.
HSL color Cylindrical-coordinate representation of color #AB0DD9: hue angle of 286.47º 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 #AB0DD9 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 13 | 217 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.15 |
| HSL | 286.47º | 0.89% | 0.45% | - |
| HSV(B) | 286.47º | 0.94% | 0.85% | - |
| XYZ | 29.46 | 13.96 | 66.79 | - |
| YUV | 83.5 | 203.35 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 217 | 0.21 | 0.94 | 0 | 0.15 | 286.47 | 0.89 | 0.45 |
| Hex | AB | D | D9 | 15 | 5E | 0 | F | 11E | 59 | 2D |
| Octal | 253 | 15 | 331 | 25 | 136 | 0 | 17 | 436 | 131 | 55 |
| Binary | 10101011 | 1101 | 11011001 | 10101 | 1011110 | 0 | 1111 | 100011110 | 1011001 | 101101 |
Color Harmonies of #AB0DD9
Complementary color
Monochromatic Colors of #AB0DD9
Black with #AB0DD9
Text Example
Text Example
White with #AB0DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0DD9; }
p { color: rgb(171,13,217); }
H1.HeaderClassName
{
color: #AB0DD9;
}
.AnyTagClassName
{
color: #AB0DD9;
}
</style>
background-color css
<style>
a { background-color: #AB0DD9; }
a { background-color: rgb(171,13,217); }
div.DivClassName
{
background-color: #AB0DD9;
}
.BgClassName
{
background-color: #AB0DD9;
}
</style>
border-color css
<style>
span { border-color: #AB0DD9; }
span { border-color: rgb(171,13,217); }
td.TdClassName
{
border-color: #AB0DD9;
}
.TagClassName
{
border-color: #AB0DD9;
}
</style>