Shades of Dark Violet #AC11D0
Tints of Dark Violet #AC11D0
RGB
CMYK
RGB Variations
Color information
#AC11D0 (or 0xAC11D0) is known color: Dark Violet. HEX triplet: AC, 11 and D0. RGB value is (172,17,208). Sum of RGB (Red+Green+Blue) = 172+17+208=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC11D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC11D0 is #53EE2F. Grayscale: #545454. Windows color (decimal): -5500464 or 13636012. OLE color: 13636012.
HSL color Cylindrical-coordinate representation of color #AC11D0: hue angle of 288.69º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC11D0 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 17 | 208 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.18 |
| HSL | 288.69º | 0.85% | 0.44% | - |
| HSV(B) | 288.69º | 0.92% | 0.82% | - |
| XYZ | 28.6 | 13.73 | 60.82 | - |
| YUV | 85.12 | 197.35 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 208 | 0.17 | 0.92 | 0 | 0.18 | 288.69 | 0.85 | 0.44 |
| Hex | AC | 11 | D0 | 11 | 5C | 0 | 12 | 121 | 55 | 2C |
| Octal | 254 | 21 | 320 | 21 | 134 | 0 | 22 | 441 | 125 | 54 |
| Binary | 10101100 | 10001 | 11010000 | 10001 | 1011100 | 0 | 10010 | 100100001 | 1010101 | 101100 |
Color Harmonies of #AC11D0
Complementary color
Monochromatic Colors of #AC11D0
Black with #AC11D0
Text Example
Text Example
White with #AC11D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC11D0; }
p { color: rgb(172,17,208); }
H1.HeaderClassName
{
color: #AC11D0;
}
.AnyTagClassName
{
color: #AC11D0;
}
</style>
background-color css
<style>
a { background-color: #AC11D0; }
a { background-color: rgb(172,17,208); }
div.DivClassName
{
background-color: #AC11D0;
}
.BgClassName
{
background-color: #AC11D0;
}
</style>
border-color css
<style>
span { border-color: #AC11D0; }
span { border-color: rgb(172,17,208); }
td.TdClassName
{
border-color: #AC11D0;
}
.TagClassName
{
border-color: #AC11D0;
}
</style>