Shades of Dark Violet #AC0EE0
Tints of Dark Violet #AC0EE0
RGB
CMYK
RGB Variations
Color information
#AC0EE0 (or 0xAC0EE0) is known color: Dark Violet. HEX triplet: AC, 0E and E0. RGB value is (172,14,224). Sum of RGB (Red+Green+Blue) = 172+14+224=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 14 (5.86% from 255 or 3.41% from 410); Blue value is 224 (87.89% from 255 or 54.63% from 410); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC0EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0EE0 is #53F11F. Grayscale: #545454. Windows color (decimal): -5501216 or 14683820. OLE color: 14683820.
HSL color Cylindrical-coordinate representation of color #AC0EE0: hue angle of 285.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0EE0 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 14 | 224 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.12 |
| HSL | 285.14º | 0.88% | 0.47% | - |
| HSV(B) | 285.14º | 0.94% | 0.88% | - |
| XYZ | 30.62 | 14.47 | 71.7 | - |
| YUV | 85.18 | 206.35 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 224 | 0.23 | 0.94 | 0 | 0.12 | 285.14 | 0.88 | 0.47 |
| Hex | AC | E | E0 | 17 | 5E | 0 | C | 11D | 58 | 2F |
| Octal | 254 | 16 | 340 | 27 | 136 | 0 | 14 | 435 | 130 | 57 |
| Binary | 10101100 | 1110 | 11100000 | 10111 | 1011110 | 0 | 1100 | 100011101 | 1011000 | 101111 |
Color Harmonies of #AC0EE0
Complementary color
Monochromatic Colors of #AC0EE0
Black with #AC0EE0
Text Example
Text Example
White with #AC0EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0EE0; }
p { color: rgb(172,14,224); }
H1.HeaderClassName
{
color: #AC0EE0;
}
.AnyTagClassName
{
color: #AC0EE0;
}
</style>
background-color css
<style>
a { background-color: #AC0EE0; }
a { background-color: rgb(172,14,224); }
div.DivClassName
{
background-color: #AC0EE0;
}
.BgClassName
{
background-color: #AC0EE0;
}
</style>
border-color css
<style>
span { border-color: #AC0EE0; }
span { border-color: rgb(172,14,224); }
td.TdClassName
{
border-color: #AC0EE0;
}
.TagClassName
{
border-color: #AC0EE0;
}
</style>