Shades of Dark Violet #AC0CE3
Tints of Dark Violet #AC0CE3
RGB
CMYK
RGB Variations
Color information
#AC0CE3 (or 0xAC0CE3) is known color: Dark Violet. HEX triplet: AC, 0C and E3. RGB value is (172,12,227). Sum of RGB (Red+Green+Blue) = 172+12+227=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 227 (89.06% from 255 or 55.23% from 411); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC0CE3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CE3 is #53F31C. Grayscale: #535353. Windows color (decimal): -5501725 or 14879916. OLE color: 14879916.
HSL color Cylindrical-coordinate representation of color #AC0CE3: hue angle of 284.65º 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 #AC0CE3 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 12 | 227 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.11 |
| HSL | 284.65º | 0.9% | 0.47% | - |
| HSV(B) | 284.65º | 0.95% | 0.89% | - |
| XYZ | 31.01 | 14.58 | 73.85 | - |
| YUV | 84.35 | 208.51 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 227 | 0.24 | 0.95 | 0 | 0.11 | 284.65 | 0.9 | 0.47 |
| Hex | AC | C | E3 | 18 | 5F | 0 | B | 11D | 5A | 2F |
| Octal | 254 | 14 | 343 | 30 | 137 | 0 | 13 | 435 | 132 | 57 |
| Binary | 10101100 | 1100 | 11100011 | 11000 | 1011111 | 0 | 1011 | 100011101 | 1011010 | 101111 |
Color Harmonies of #AC0CE3
Complementary color
Monochromatic Colors of #AC0CE3
Black with #AC0CE3
Text Example
Text Example
White with #AC0CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0CE3; }
p { color: rgb(172,12,227); }
H1.HeaderClassName
{
color: #AC0CE3;
}
.AnyTagClassName
{
color: #AC0CE3;
}
</style>
background-color css
<style>
a { background-color: #AC0CE3; }
a { background-color: rgb(172,12,227); }
div.DivClassName
{
background-color: #AC0CE3;
}
.BgClassName
{
background-color: #AC0CE3;
}
</style>
border-color css
<style>
span { border-color: #AC0CE3; }
span { border-color: rgb(172,12,227); }
td.TdClassName
{
border-color: #AC0CE3;
}
.TagClassName
{
border-color: #AC0CE3;
}
</style>