Shades of Dark Violet #AC11CE
Tints of Dark Violet #AC11CE
RGB
CMYK
RGB Variations
Color information
#AC11CE (or 0xAC11CE) is known color: Dark Violet. HEX triplet: AC, 11 and CE. RGB value is (172,17,206). Sum of RGB (Red+Green+Blue) = 172+17+206=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC11CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC11CE is #53EE31. Grayscale: #545454. Windows color (decimal): -5500466 or 13504940. OLE color: 13504940.
HSL color Cylindrical-coordinate representation of color #AC11CE: hue angle of 289.21º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC11CE is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 17 | 206 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.19 |
| HSL | 289.21º | 0.85% | 0.44% | - |
| HSV(B) | 289.21º | 0.92% | 0.81% | - |
| XYZ | 28.35 | 13.63 | 59.53 | - |
| YUV | 84.89 | 196.35 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 206 | 0.17 | 0.92 | 0 | 0.19 | 289.21 | 0.85 | 0.44 |
| Hex | AC | 11 | CE | 11 | 5C | 0 | 13 | 121 | 55 | 2C |
| Octal | 254 | 21 | 316 | 21 | 134 | 0 | 23 | 441 | 125 | 54 |
| Binary | 10101100 | 10001 | 11001110 | 10001 | 1011100 | 0 | 10011 | 100100001 | 1010101 | 101100 |
Color Harmonies of #AC11CE
Complementary color
Monochromatic Colors of #AC11CE
Black with #AC11CE
Text Example
Text Example
White with #AC11CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC11CE; }
p { color: rgb(172,17,206); }
H1.HeaderClassName
{
color: #AC11CE;
}
.AnyTagClassName
{
color: #AC11CE;
}
</style>
background-color css
<style>
a { background-color: #AC11CE; }
a { background-color: rgb(172,17,206); }
div.DivClassName
{
background-color: #AC11CE;
}
.BgClassName
{
background-color: #AC11CE;
}
</style>
border-color css
<style>
span { border-color: #AC11CE; }
span { border-color: rgb(172,17,206); }
td.TdClassName
{
border-color: #AC11CE;
}
.TagClassName
{
border-color: #AC11CE;
}
</style>