Shades of Dark Violet #AC0EDE
Tints of Dark Violet #AC0EDE
RGB
CMYK
RGB Variations
Color information
#AC0EDE (or 0xAC0EDE) is known color: Dark Violet. HEX triplet: AC, 0E and DE. RGB value is (172,14,222). Sum of RGB (Red+Green+Blue) = 172+14+222=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC0EDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0EDE is #53F121. Grayscale: #545454. Windows color (decimal): -5501218 or 14552748. OLE color: 14552748.
HSL color Cylindrical-coordinate representation of color #AC0EDE: hue angle of 285.58º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0EDE is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 14 | 222 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.13 |
| HSL | 285.58º | 0.88% | 0.46% | - |
| HSV(B) | 285.58º | 0.94% | 0.87% | - |
| XYZ | 30.36 | 14.36 | 70.28 | - |
| YUV | 84.95 | 205.35 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 222 | 0.23 | 0.94 | 0 | 0.13 | 285.58 | 0.88 | 0.46 |
| Hex | AC | E | DE | 17 | 5E | 0 | D | 11E | 58 | 2E |
| Octal | 254 | 16 | 336 | 27 | 136 | 0 | 15 | 436 | 130 | 56 |
| Binary | 10101100 | 1110 | 11011110 | 10111 | 1011110 | 0 | 1101 | 100011110 | 1011000 | 101110 |
Color Harmonies of #AC0EDE
Complementary color
Monochromatic Colors of #AC0EDE
Black with #AC0EDE
Text Example
Text Example
White with #AC0EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0EDE; }
p { color: rgb(172,14,222); }
H1.HeaderClassName
{
color: #AC0EDE;
}
.AnyTagClassName
{
color: #AC0EDE;
}
</style>
background-color css
<style>
a { background-color: #AC0EDE; }
a { background-color: rgb(172,14,222); }
div.DivClassName
{
background-color: #AC0EDE;
}
.BgClassName
{
background-color: #AC0EDE;
}
</style>
border-color css
<style>
span { border-color: #AC0EDE; }
span { border-color: rgb(172,14,222); }
td.TdClassName
{
border-color: #AC0EDE;
}
.TagClassName
{
border-color: #AC0EDE;
}
</style>