Shades of Dark Violet #AC0EC6
Tints of Dark Violet #AC0EC6
RGB
CMYK
RGB Variations
Color information
#AC0EC6 (or 0xAC0EC6) is known color: Dark Violet. HEX triplet: AC, 0E and C6. RGB value is (172,14,198). Sum of RGB (Red+Green+Blue) = 172+14+198=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 198 (77.73% from 255 or 51.56% from 384); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC0EC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0EC6 is #53F139. Grayscale: #515151. Windows color (decimal): -5501242 or 12979884. OLE color: 12979884.
HSL color Cylindrical-coordinate representation of color #AC0EC6: hue angle of 291.52º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0EC6 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 14 | 198 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.22 |
| HSL | 291.52º | 0.87% | 0.42% | - |
| HSV(B) | 291.52º | 0.93% | 0.78% | - |
| XYZ | 27.36 | 13.16 | 54.52 | - |
| YUV | 82.22 | 193.35 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 198 | 0.13 | 0.93 | 0 | 0.22 | 291.52 | 0.87 | 0.42 |
| Hex | AC | E | C6 | D | 5D | 0 | 16 | 124 | 57 | 2A |
| Octal | 254 | 16 | 306 | 15 | 135 | 0 | 26 | 444 | 127 | 52 |
| Binary | 10101100 | 1110 | 11000110 | 1101 | 1011101 | 0 | 10110 | 100100100 | 1010111 | 101010 |
Color Harmonies of #AC0EC6
Complementary color
Monochromatic Colors of #AC0EC6
Black with #AC0EC6
Text Example
Text Example
White with #AC0EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0EC6; }
p { color: rgb(172,14,198); }
H1.HeaderClassName
{
color: #AC0EC6;
}
.AnyTagClassName
{
color: #AC0EC6;
}
</style>
background-color css
<style>
a { background-color: #AC0EC6; }
a { background-color: rgb(172,14,198); }
div.DivClassName
{
background-color: #AC0EC6;
}
.BgClassName
{
background-color: #AC0EC6;
}
</style>
border-color css
<style>
span { border-color: #AC0EC6; }
span { border-color: rgb(172,14,198); }
td.TdClassName
{
border-color: #AC0EC6;
}
.TagClassName
{
border-color: #AC0EC6;
}
</style>