Shades of Dark Violet #AC0CE0
Tints of Dark Violet #AC0CE0
RGB
CMYK
RGB Variations
Color information
#AC0CE0 (or 0xAC0CE0) is known color: Dark Violet. HEX triplet: AC, 0C and E0. RGB value is (172,12,224). Sum of RGB (Red+Green+Blue) = 172+12+224=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 224 (87.89% from 255 or 54.90% from 408); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC0CE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CE0 is #53F31F. Grayscale: #535353. Windows color (decimal): -5501728 or 14683308. OLE color: 14683308.
HSL color Cylindrical-coordinate representation of color #AC0CE0: hue angle of 285.28º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0CE0 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 12 | 224 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.12 |
| HSL | 285.28º | 0.9% | 0.46% | - |
| HSV(B) | 285.28º | 0.95% | 0.88% | - |
| XYZ | 30.6 | 14.42 | 71.69 | - |
| YUV | 84.01 | 207.01 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 224 | 0.23 | 0.95 | 0 | 0.12 | 285.28 | 0.9 | 0.46 |
| Hex | AC | C | E0 | 17 | 5F | 0 | C | 11D | 5A | 2E |
| Octal | 254 | 14 | 340 | 27 | 137 | 0 | 14 | 435 | 132 | 56 |
| Binary | 10101100 | 1100 | 11100000 | 10111 | 1011111 | 0 | 1100 | 100011101 | 1011010 | 101110 |
Color Harmonies of #AC0CE0
Complementary color
Monochromatic Colors of #AC0CE0
Black with #AC0CE0
Text Example
Text Example
White with #AC0CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0CE0; }
p { color: rgb(172,12,224); }
H1.HeaderClassName
{
color: #AC0CE0;
}
.AnyTagClassName
{
color: #AC0CE0;
}
</style>
background-color css
<style>
a { background-color: #AC0CE0; }
a { background-color: rgb(172,12,224); }
div.DivClassName
{
background-color: #AC0CE0;
}
.BgClassName
{
background-color: #AC0CE0;
}
</style>
border-color css
<style>
span { border-color: #AC0CE0; }
span { border-color: rgb(172,12,224); }
td.TdClassName
{
border-color: #AC0CE0;
}
.TagClassName
{
border-color: #AC0CE0;
}
</style>