Shades of Dark Violet #AC11D2
Tints of Dark Violet #AC11D2
RGB
CMYK
RGB Variations
Color information
#AC11D2 (or 0xAC11D2) is known color: Dark Violet. HEX triplet: AC, 11 and D2. RGB value is (172,17,210). Sum of RGB (Red+Green+Blue) = 172+17+210=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 210 (82.42% from 255 or 52.63% from 399); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC11D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC11D2 is #53EE2D. Grayscale: #545454. Windows color (decimal): -5500462 or 13767084. OLE color: 13767084.
HSL color Cylindrical-coordinate representation of color #AC11D2: hue angle of 288.19º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC11D2 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 17 | 210 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.18 |
| HSL | 288.19º | 0.85% | 0.45% | - |
| HSV(B) | 288.19º | 0.92% | 0.82% | - |
| XYZ | 28.85 | 13.82 | 62.12 | - |
| YUV | 85.35 | 198.35 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 210 | 0.18 | 0.92 | 0 | 0.18 | 288.19 | 0.85 | 0.45 |
| Hex | AC | 11 | D2 | 12 | 5C | 0 | 12 | 120 | 55 | 2D |
| Octal | 254 | 21 | 322 | 22 | 134 | 0 | 22 | 440 | 125 | 55 |
| Binary | 10101100 | 10001 | 11010010 | 10010 | 1011100 | 0 | 10010 | 100100000 | 1010101 | 101101 |
Color Harmonies of #AC11D2
Complementary color
Monochromatic Colors of #AC11D2
Black with #AC11D2
Text Example
Text Example
White with #AC11D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC11D2; }
p { color: rgb(172,17,210); }
H1.HeaderClassName
{
color: #AC11D2;
}
.AnyTagClassName
{
color: #AC11D2;
}
</style>
background-color css
<style>
a { background-color: #AC11D2; }
a { background-color: rgb(172,17,210); }
div.DivClassName
{
background-color: #AC11D2;
}
.BgClassName
{
background-color: #AC11D2;
}
</style>
border-color css
<style>
span { border-color: #AC11D2; }
span { border-color: rgb(172,17,210); }
td.TdClassName
{
border-color: #AC11D2;
}
.TagClassName
{
border-color: #AC11D2;
}
</style>