Shades of Dark Violet #AB0CDC
Tints of Dark Violet #AB0CDC
RGB
CMYK
RGB Variations
Color information
#AB0CDC (or 0xAB0CDC) is known color: Dark Violet. HEX triplet: AB, 0C and DC. RGB value is (171,12,220). Sum of RGB (Red+Green+Blue) = 171+12+220=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB0CDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0CDC is #54F323. Grayscale: #525252. Windows color (decimal): -5567268 or 14421163. OLE color: 14421163.
HSL color Cylindrical-coordinate representation of color #AB0CDC: hue angle of 285.87º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0CDC is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 12 | 220 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.14 |
| HSL | 285.87º | 0.9% | 0.45% | - |
| HSV(B) | 285.87º | 0.95% | 0.86% | - |
| XYZ | 29.84 | 14.09 | 68.86 | - |
| YUV | 83.25 | 205.18 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 220 | 0.22 | 0.95 | 0 | 0.14 | 285.87 | 0.9 | 0.45 |
| Hex | AB | C | DC | 16 | 5F | 0 | E | 11E | 5A | 2D |
| Octal | 253 | 14 | 334 | 26 | 137 | 0 | 16 | 436 | 132 | 55 |
| Binary | 10101011 | 1100 | 11011100 | 10110 | 1011111 | 0 | 1110 | 100011110 | 1011010 | 101101 |
Color Harmonies of #AB0CDC
Complementary color
Monochromatic Colors of #AB0CDC
Black with #AB0CDC
Text Example
Text Example
White with #AB0CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0CDC; }
p { color: rgb(171,12,220); }
H1.HeaderClassName
{
color: #AB0CDC;
}
.AnyTagClassName
{
color: #AB0CDC;
}
</style>
background-color css
<style>
a { background-color: #AB0CDC; }
a { background-color: rgb(171,12,220); }
div.DivClassName
{
background-color: #AB0CDC;
}
.BgClassName
{
background-color: #AB0CDC;
}
</style>
border-color css
<style>
span { border-color: #AB0CDC; }
span { border-color: rgb(171,12,220); }
td.TdClassName
{
border-color: #AB0CDC;
}
.TagClassName
{
border-color: #AB0CDC;
}
</style>