Shades of Dark Violet #AC0CE5
Tints of Dark Violet #AC0CE5
RGB
CMYK
RGB Variations
Color information
#AC0CE5 (or 0xAC0CE5) is known color: Dark Violet. HEX triplet: AC, 0C and E5. RGB value is (172,12,229). Sum of RGB (Red+Green+Blue) = 172+12+229=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 229 (89.84% from 255 or 55.45% from 413); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC0CE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CE5 is #53F31A. Grayscale: #535353. Windows color (decimal): -5501723 or 15010988. OLE color: 15010988.
HSL color Cylindrical-coordinate representation of color #AC0CE5: hue angle of 284.24º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0CE5 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 12 | 229 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.10 |
| HSL | 284.24º | 0.9% | 0.47% | - |
| HSV(B) | 284.24º | 0.95% | 0.9% | - |
| XYZ | 31.29 | 14.69 | 75.32 | - |
| YUV | 84.58 | 209.51 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 229 | 0.25 | 0.95 | 0 | 0.10 | 284.24 | 0.9 | 0.47 |
| Hex | AC | C | E5 | 19 | 5F | 0 | A | 11C | 5A | 2F |
| Octal | 254 | 14 | 345 | 31 | 137 | 0 | 12 | 434 | 132 | 57 |
| Binary | 10101100 | 1100 | 11100101 | 11001 | 1011111 | 0 | 1010 | 100011100 | 1011010 | 101111 |
Color Harmonies of #AC0CE5
Complementary color
Monochromatic Colors of #AC0CE5
Black with #AC0CE5
Text Example
Text Example
White with #AC0CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0CE5; }
p { color: rgb(172,12,229); }
H1.HeaderClassName
{
color: #AC0CE5;
}
.AnyTagClassName
{
color: #AC0CE5;
}
</style>
background-color css
<style>
a { background-color: #AC0CE5; }
a { background-color: rgb(172,12,229); }
div.DivClassName
{
background-color: #AC0CE5;
}
.BgClassName
{
background-color: #AC0CE5;
}
</style>
border-color css
<style>
span { border-color: #AC0CE5; }
span { border-color: rgb(172,12,229); }
td.TdClassName
{
border-color: #AC0CE5;
}
.TagClassName
{
border-color: #AC0CE5;
}
</style>