Shades of Dark Violet #AB0ECD
Tints of Dark Violet #AB0ECD
RGB
CMYK
RGB Variations
Color information
#AB0ECD (or 0xAB0ECD) is known color: Dark Violet. HEX triplet: AB, 0E and CD. RGB value is (171,14,205). Sum of RGB (Red+Green+Blue) = 171+14+205=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB0ECD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0ECD is #54F132. Grayscale: #525252. Windows color (decimal): -5566771 or 13438635. OLE color: 13438635.
HSL color Cylindrical-coordinate representation of color #AB0ECD: hue angle of 289.32º 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 #AB0ECD is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 14 | 205 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.20 |
| HSL | 289.32º | 0.87% | 0.43% | - |
| HSV(B) | 289.32º | 0.93% | 0.8% | - |
| XYZ | 27.97 | 13.38 | 58.87 | - |
| YUV | 82.72 | 197.01 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 14 | 205 | 0.17 | 0.93 | 0 | 0.20 | 289.32 | 0.87 | 0.43 |
| Hex | AB | E | CD | 11 | 5D | 0 | 14 | 121 | 57 | 2B |
| Octal | 253 | 16 | 315 | 21 | 135 | 0 | 24 | 441 | 127 | 53 |
| Binary | 10101011 | 1110 | 11001101 | 10001 | 1011101 | 0 | 10100 | 100100001 | 1010111 | 101011 |
Color Harmonies of #AB0ECD
Complementary color
Monochromatic Colors of #AB0ECD
Black with #AB0ECD
Text Example
Text Example
White with #AB0ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0ECD; }
p { color: rgb(171,14,205); }
H1.HeaderClassName
{
color: #AB0ECD;
}
.AnyTagClassName
{
color: #AB0ECD;
}
</style>
background-color css
<style>
a { background-color: #AB0ECD; }
a { background-color: rgb(171,14,205); }
div.DivClassName
{
background-color: #AB0ECD;
}
.BgClassName
{
background-color: #AB0ECD;
}
</style>
border-color css
<style>
span { border-color: #AB0ECD; }
span { border-color: rgb(171,14,205); }
td.TdClassName
{
border-color: #AB0ECD;
}
.TagClassName
{
border-color: #AB0ECD;
}
</style>