Shades of Dark Violet #AB0EC5
Tints of Dark Violet #AB0EC5
RGB
CMYK
RGB Variations
Color information
#AB0EC5 (or 0xAB0EC5) is known color: Dark Violet. HEX triplet: AB, 0E and C5. RGB value is (171,14,197). Sum of RGB (Red+Green+Blue) = 171+14+197=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 197 (77.34% from 255 or 51.57% from 382); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB0EC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0EC5 is #54F13A. Grayscale: #515151. Windows color (decimal): -5566779 or 12914347. OLE color: 12914347.
HSL color Cylindrical-coordinate representation of color #AB0EC5: hue angle of 291.48º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0EC5 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 14 | 197 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.23 |
| HSL | 291.48º | 0.87% | 0.41% | - |
| HSV(B) | 291.48º | 0.93% | 0.77% | - |
| XYZ | 27.03 | 13 | 53.91 | - |
| YUV | 81.81 | 193.01 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 14 | 197 | 0.13 | 0.93 | 0 | 0.23 | 291.48 | 0.87 | 0.41 |
| Hex | AB | E | C5 | D | 5D | 0 | 17 | 123 | 57 | 29 |
| Octal | 253 | 16 | 305 | 15 | 135 | 0 | 27 | 443 | 127 | 51 |
| Binary | 10101011 | 1110 | 11000101 | 1101 | 1011101 | 0 | 10111 | 100100011 | 1010111 | 101001 |
Color Harmonies of #AB0EC5
Complementary color
Monochromatic Colors of #AB0EC5
Black with #AB0EC5
Text Example
Text Example
White with #AB0EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0EC5; }
p { color: rgb(171,14,197); }
H1.HeaderClassName
{
color: #AB0EC5;
}
.AnyTagClassName
{
color: #AB0EC5;
}
</style>
background-color css
<style>
a { background-color: #AB0EC5; }
a { background-color: rgb(171,14,197); }
div.DivClassName
{
background-color: #AB0EC5;
}
.BgClassName
{
background-color: #AB0EC5;
}
</style>
border-color css
<style>
span { border-color: #AB0EC5; }
span { border-color: rgb(171,14,197); }
td.TdClassName
{
border-color: #AB0EC5;
}
.TagClassName
{
border-color: #AB0EC5;
}
</style>