Shades of Dark Violet #AB0ECC
Tints of Dark Violet #AB0ECC
RGB
CMYK
RGB Variations
Color information
#AB0ECC (or 0xAB0ECC) is known color: Dark Violet. HEX triplet: AB, 0E and CC. RGB value is (171,14,204). Sum of RGB (Red+Green+Blue) = 171+14+204=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB0ECC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0ECC is #54F133. Grayscale: #525252. Windows color (decimal): -5566772 or 13373099. OLE color: 13373099.
HSL color Cylindrical-coordinate representation of color #AB0ECC: hue angle of 289.58º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0ECC is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 14 | 204 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.2 |
| HSL | 289.58º | 0.87% | 0.43% | - |
| HSV(B) | 289.58º | 0.93% | 0.8% | - |
| XYZ | 27.85 | 13.33 | 58.23 | - |
| YUV | 82.6 | 196.51 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 14 | 204 | 0.16 | 0.93 | 0 | 0.2 | 289.58 | 0.87 | 0.43 |
| Hex | AB | E | CC | 10 | 5D | 0 | 14 | 122 | 57 | 2B |
| Octal | 253 | 16 | 314 | 20 | 135 | 0 | 24 | 442 | 127 | 53 |
| Binary | 10101011 | 1110 | 11001100 | 10000 | 1011101 | 0 | 10100 | 100100010 | 1010111 | 101011 |
Color Harmonies of #AB0ECC
Complementary color
Monochromatic Colors of #AB0ECC
Black with #AB0ECC
Text Example
Text Example
White with #AB0ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0ECC; }
p { color: rgb(171,14,204); }
H1.HeaderClassName
{
color: #AB0ECC;
}
.AnyTagClassName
{
color: #AB0ECC;
}
</style>
background-color css
<style>
a { background-color: #AB0ECC; }
a { background-color: rgb(171,14,204); }
div.DivClassName
{
background-color: #AB0ECC;
}
.BgClassName
{
background-color: #AB0ECC;
}
</style>
border-color css
<style>
span { border-color: #AB0ECC; }
span { border-color: rgb(171,14,204); }
td.TdClassName
{
border-color: #AB0ECC;
}
.TagClassName
{
border-color: #AB0ECC;
}
</style>