Shades of Dark Violet #AB0EC9
Tints of Dark Violet #AB0EC9
RGB
CMYK
RGB Variations
Color information
#AB0EC9 (or 0xAB0EC9) is known color: Dark Violet. HEX triplet: AB, 0E and C9. RGB value is (171,14,201). Sum of RGB (Red+Green+Blue) = 171+14+201=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 14 (5.86% from 255 or 3.63% from 386); Blue value is 201 (78.91% from 255 or 52.07% from 386); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB0EC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0EC9 is #54F136. Grayscale: #515151. Windows color (decimal): -5566775 or 13176491. OLE color: 13176491.
HSL color Cylindrical-coordinate representation of color #AB0EC9: hue angle of 290.37º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0EC9 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 14 | 201 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.21 |
| HSL | 290.37º | 0.87% | 0.42% | - |
| HSV(B) | 290.37º | 0.93% | 0.79% | - |
| XYZ | 27.49 | 13.19 | 56.35 | - |
| YUV | 82.26 | 195.01 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 14 | 201 | 0.15 | 0.93 | 0 | 0.21 | 290.37 | 0.87 | 0.42 |
| Hex | AB | E | C9 | F | 5D | 0 | 15 | 122 | 57 | 2A |
| Octal | 253 | 16 | 311 | 17 | 135 | 0 | 25 | 442 | 127 | 52 |
| Binary | 10101011 | 1110 | 11001001 | 1111 | 1011101 | 0 | 10101 | 100100010 | 1010111 | 101010 |
Color Harmonies of #AB0EC9
Complementary color
Monochromatic Colors of #AB0EC9
Black with #AB0EC9
Text Example
Text Example
White with #AB0EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0EC9; }
p { color: rgb(171,14,201); }
H1.HeaderClassName
{
color: #AB0EC9;
}
.AnyTagClassName
{
color: #AB0EC9;
}
</style>
background-color css
<style>
a { background-color: #AB0EC9; }
a { background-color: rgb(171,14,201); }
div.DivClassName
{
background-color: #AB0EC9;
}
.BgClassName
{
background-color: #AB0EC9;
}
</style>
border-color css
<style>
span { border-color: #AB0EC9; }
span { border-color: rgb(171,14,201); }
td.TdClassName
{
border-color: #AB0EC9;
}
.TagClassName
{
border-color: #AB0EC9;
}
</style>