Shades of Dark Violet #AC0CE1
Tints of Dark Violet #AC0CE1
RGB
CMYK
RGB Variations
Color information
#AC0CE1 (or 0xAC0CE1) is known color: Dark Violet. HEX triplet: AC, 0C and E1. RGB value is (172,12,225). Sum of RGB (Red+Green+Blue) = 172+12+225=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 225 (88.28% from 255 or 55.01% from 409); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC0CE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CE1 is #53F31E. Grayscale: #535353. Windows color (decimal): -5501727 or 14748844. OLE color: 14748844.
HSL color Cylindrical-coordinate representation of color #AC0CE1: hue angle of 285.07º 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 #AC0CE1 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 12 | 225 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.12 |
| HSL | 285.07º | 0.9% | 0.46% | - |
| HSV(B) | 285.07º | 0.95% | 0.88% | - |
| XYZ | 30.74 | 14.47 | 72.41 | - |
| YUV | 84.12 | 207.51 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 225 | 0.24 | 0.95 | 0 | 0.12 | 285.07 | 0.9 | 0.46 |
| Hex | AC | C | E1 | 18 | 5F | 0 | C | 11D | 5A | 2E |
| Octal | 254 | 14 | 341 | 30 | 137 | 0 | 14 | 435 | 132 | 56 |
| Binary | 10101100 | 1100 | 11100001 | 11000 | 1011111 | 0 | 1100 | 100011101 | 1011010 | 101110 |
Color Harmonies of #AC0CE1
Complementary color
Monochromatic Colors of #AC0CE1
Black with #AC0CE1
Text Example
Text Example
White with #AC0CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0CE1; }
p { color: rgb(172,12,225); }
H1.HeaderClassName
{
color: #AC0CE1;
}
.AnyTagClassName
{
color: #AC0CE1;
}
</style>
background-color css
<style>
a { background-color: #AC0CE1; }
a { background-color: rgb(172,12,225); }
div.DivClassName
{
background-color: #AC0CE1;
}
.BgClassName
{
background-color: #AC0CE1;
}
</style>
border-color css
<style>
span { border-color: #AC0CE1; }
span { border-color: rgb(172,12,225); }
td.TdClassName
{
border-color: #AC0CE1;
}
.TagClassName
{
border-color: #AC0CE1;
}
</style>