Shades of Dark Violet #AC0EDC
Tints of Dark Violet #AC0EDC
RGB
CMYK
RGB Variations
Color information
#AC0EDC (or 0xAC0EDC) is known color: Dark Violet. HEX triplet: AC, 0E and DC. RGB value is (172,14,220). Sum of RGB (Red+Green+Blue) = 172+14+220=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 14 (5.86% from 255 or 3.45% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC0EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0EDC is #53F123. Grayscale: #545454. Windows color (decimal): -5501220 or 14421676. OLE color: 14421676.
HSL color Cylindrical-coordinate representation of color #AC0EDC: hue angle of 286.02º 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 #AC0EDC is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 14 | 220 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.14 |
| HSL | 286.02º | 0.88% | 0.46% | - |
| HSV(B) | 286.02º | 0.94% | 0.86% | - |
| XYZ | 30.09 | 14.25 | 68.88 | - |
| YUV | 84.73 | 204.35 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 220 | 0.22 | 0.94 | 0 | 0.14 | 286.02 | 0.88 | 0.46 |
| Hex | AC | E | DC | 16 | 5E | 0 | E | 11E | 58 | 2E |
| Octal | 254 | 16 | 334 | 26 | 136 | 0 | 16 | 436 | 130 | 56 |
| Binary | 10101100 | 1110 | 11011100 | 10110 | 1011110 | 0 | 1110 | 100011110 | 1011000 | 101110 |
Color Harmonies of #AC0EDC
Complementary color
Monochromatic Colors of #AC0EDC
Black with #AC0EDC
Text Example
Text Example
White with #AC0EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0EDC; }
p { color: rgb(172,14,220); }
H1.HeaderClassName
{
color: #AC0EDC;
}
.AnyTagClassName
{
color: #AC0EDC;
}
</style>
background-color css
<style>
a { background-color: #AC0EDC; }
a { background-color: rgb(172,14,220); }
div.DivClassName
{
background-color: #AC0EDC;
}
.BgClassName
{
background-color: #AC0EDC;
}
</style>
border-color css
<style>
span { border-color: #AC0EDC; }
span { border-color: rgb(172,14,220); }
td.TdClassName
{
border-color: #AC0EDC;
}
.TagClassName
{
border-color: #AC0EDC;
}
</style>