Shades of Dark Violet #AB0EDC
Tints of Dark Violet #AB0EDC
RGB
CMYK
RGB Variations
Color information
#AB0EDC (or 0xAB0EDC) is known color: Dark Violet. HEX triplet: AB, 0E and DC. RGB value is (171,14,220). Sum of RGB (Red+Green+Blue) = 171+14+220=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB0EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0EDC is #54F123. Grayscale: #535353. Windows color (decimal): -5566756 or 14421675. OLE color: 14421675.
HSL color Cylindrical-coordinate representation of color #AB0EDC: hue angle of 285.73º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0EDC is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 14 | 220 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.14 |
| HSL | 285.73º | 0.88% | 0.46% | - |
| HSV(B) | 285.73º | 0.94% | 0.86% | - |
| XYZ | 29.87 | 14.14 | 68.87 | - |
| YUV | 84.43 | 204.51 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 14 | 220 | 0.22 | 0.94 | 0 | 0.14 | 285.73 | 0.88 | 0.46 |
| Hex | AB | E | DC | 16 | 5E | 0 | E | 11E | 58 | 2E |
| Octal | 253 | 16 | 334 | 26 | 136 | 0 | 16 | 436 | 130 | 56 |
| Binary | 10101011 | 1110 | 11011100 | 10110 | 1011110 | 0 | 1110 | 100011110 | 1011000 | 101110 |
Color Harmonies of #AB0EDC
Complementary color
Monochromatic Colors of #AB0EDC
Black with #AB0EDC
Text Example
Text Example
White with #AB0EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0EDC; }
p { color: rgb(171,14,220); }
H1.HeaderClassName
{
color: #AB0EDC;
}
.AnyTagClassName
{
color: #AB0EDC;
}
</style>
background-color css
<style>
a { background-color: #AB0EDC; }
a { background-color: rgb(171,14,220); }
div.DivClassName
{
background-color: #AB0EDC;
}
.BgClassName
{
background-color: #AB0EDC;
}
</style>
border-color css
<style>
span { border-color: #AB0EDC; }
span { border-color: rgb(171,14,220); }
td.TdClassName
{
border-color: #AB0EDC;
}
.TagClassName
{
border-color: #AB0EDC;
}
</style>