Shades of Dark Violet #AB0ED8
Tints of Dark Violet #AB0ED8
RGB
CMYK
RGB Variations
Color information
#AB0ED8 (or 0xAB0ED8) is known color: Dark Violet. HEX triplet: AB, 0E and D8. RGB value is (171,14,216). Sum of RGB (Red+Green+Blue) = 171+14+216=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 216 (84.77% from 255 or 53.87% from 401); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB0ED8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0ED8 is #54F127. Grayscale: #535353. Windows color (decimal): -5566760 or 14159531. OLE color: 14159531.
HSL color Cylindrical-coordinate representation of color #AB0ED8: hue angle of 286.63º degrees, saturation: 0.88, 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 #AB0ED8 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 14 | 216 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.15 |
| HSL | 286.63º | 0.88% | 0.45% | - |
| HSV(B) | 286.63º | 0.94% | 0.85% | - |
| XYZ | 29.35 | 13.93 | 66.11 | - |
| YUV | 83.97 | 202.51 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 14 | 216 | 0.21 | 0.94 | 0 | 0.15 | 286.63 | 0.88 | 0.45 |
| Hex | AB | E | D8 | 15 | 5E | 0 | F | 11F | 58 | 2D |
| Octal | 253 | 16 | 330 | 25 | 136 | 0 | 17 | 437 | 130 | 55 |
| Binary | 10101011 | 1110 | 11011000 | 10101 | 1011110 | 0 | 1111 | 100011111 | 1011000 | 101101 |
Color Harmonies of #AB0ED8
Complementary color
Monochromatic Colors of #AB0ED8
Black with #AB0ED8
Text Example
Text Example
White with #AB0ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0ED8; }
p { color: rgb(171,14,216); }
H1.HeaderClassName
{
color: #AB0ED8;
}
.AnyTagClassName
{
color: #AB0ED8;
}
</style>
background-color css
<style>
a { background-color: #AB0ED8; }
a { background-color: rgb(171,14,216); }
div.DivClassName
{
background-color: #AB0ED8;
}
.BgClassName
{
background-color: #AB0ED8;
}
</style>
border-color css
<style>
span { border-color: #AB0ED8; }
span { border-color: rgb(171,14,216); }
td.TdClassName
{
border-color: #AB0ED8;
}
.TagClassName
{
border-color: #AB0ED8;
}
</style>