Shades of Dark Violet #AC0CDE
Tints of Dark Violet #AC0CDE
RGB
CMYK
RGB Variations
Color information
#AC0CDE (or 0xAC0CDE) is known color: Dark Violet. HEX triplet: AC, 0C and DE. RGB value is (172,12,222). Sum of RGB (Red+Green+Blue) = 172+12+222=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC0CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0CDE is #53F321. Grayscale: #535353. Windows color (decimal): -5501730 or 14552236. OLE color: 14552236.
HSL color Cylindrical-coordinate representation of color #AC0CDE: hue angle of 285.71º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0CDE is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 12 | 222 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.13 |
| HSL | 285.71º | 0.9% | 0.46% | - |
| HSV(B) | 285.71º | 0.95% | 0.87% | - |
| XYZ | 30.33 | 14.31 | 70.27 | - |
| YUV | 83.78 | 206.01 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 222 | 0.23 | 0.95 | 0 | 0.13 | 285.71 | 0.9 | 0.46 |
| Hex | AC | C | DE | 17 | 5F | 0 | D | 11E | 5A | 2E |
| Octal | 254 | 14 | 336 | 27 | 137 | 0 | 15 | 436 | 132 | 56 |
| Binary | 10101100 | 1100 | 11011110 | 10111 | 1011111 | 0 | 1101 | 100011110 | 1011010 | 101110 |
Color Harmonies of #AC0CDE
Complementary color
Monochromatic Colors of #AC0CDE
Black with #AC0CDE
Text Example
Text Example
White with #AC0CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0CDE; }
p { color: rgb(172,12,222); }
H1.HeaderClassName
{
color: #AC0CDE;
}
.AnyTagClassName
{
color: #AC0CDE;
}
</style>
background-color css
<style>
a { background-color: #AC0CDE; }
a { background-color: rgb(172,12,222); }
div.DivClassName
{
background-color: #AC0CDE;
}
.BgClassName
{
background-color: #AC0CDE;
}
</style>
border-color css
<style>
span { border-color: #AC0CDE; }
span { border-color: rgb(172,12,222); }
td.TdClassName
{
border-color: #AC0CDE;
}
.TagClassName
{
border-color: #AC0CDE;
}
</style>