Shades of Dark Violet #AC0CE2
Tints of Dark Violet #AC0CE2
RGB
CMYK
RGB Variations
Color information
#AC0CE2 (or 0xAC0CE2) is known color: Dark Violet. HEX triplet: AC, 0C and E2. RGB value is (172,12,226). Sum of RGB (Red+Green+Blue) = 172+12+226=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 226 (88.67% from 255 or 55.12% from 410); Max value from RGB is 226 - color contains mainly: blue. Hex color #AC0CE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CE2 is #53F31D. Grayscale: #535353. Windows color (decimal): -5501726 or 14814380. OLE color: 14814380.
HSL color Cylindrical-coordinate representation of color #AC0CE2: hue angle of 284.86º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0CE2 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 12 | 226 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.11 |
| HSL | 284.86º | 0.9% | 0.47% | - |
| HSV(B) | 284.86º | 0.95% | 0.89% | - |
| XYZ | 30.87 | 14.52 | 73.13 | - |
| YUV | 84.24 | 208.01 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 226 | 0.24 | 0.95 | 0 | 0.11 | 284.86 | 0.9 | 0.47 |
| Hex | AC | C | E2 | 18 | 5F | 0 | B | 11D | 5A | 2F |
| Octal | 254 | 14 | 342 | 30 | 137 | 0 | 13 | 435 | 132 | 57 |
| Binary | 10101100 | 1100 | 11100010 | 11000 | 1011111 | 0 | 1011 | 100011101 | 1011010 | 101111 |
Color Harmonies of #AC0CE2
Complementary color
Monochromatic Colors of #AC0CE2
Black with #AC0CE2
Text Example
Text Example
White with #AC0CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0CE2; }
p { color: rgb(172,12,226); }
H1.HeaderClassName
{
color: #AC0CE2;
}
.AnyTagClassName
{
color: #AC0CE2;
}
</style>
background-color css
<style>
a { background-color: #AC0CE2; }
a { background-color: rgb(172,12,226); }
div.DivClassName
{
background-color: #AC0CE2;
}
.BgClassName
{
background-color: #AC0CE2;
}
</style>
border-color css
<style>
span { border-color: #AC0CE2; }
span { border-color: rgb(172,12,226); }
td.TdClassName
{
border-color: #AC0CE2;
}
.TagClassName
{
border-color: #AC0CE2;
}
</style>