Shades of Dark Violet #AC11D8
Tints of Dark Violet #AC11D8
RGB
CMYK
RGB Variations
Color information
#AC11D8 (or 0xAC11D8) is known color: Dark Violet. HEX triplet: AC, 11 and D8. RGB value is (172,17,216). Sum of RGB (Red+Green+Blue) = 172+17+216=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 216 (84.77% from 255 or 53.33% from 405); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC11D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC11D8 is #53EE27. Grayscale: #555555. Windows color (decimal): -5500456 or 14160300. OLE color: 14160300.
HSL color Cylindrical-coordinate representation of color #AC11D8: hue angle of 286.73º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC11D8 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 17 | 216 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.15 |
| HSL | 286.73º | 0.85% | 0.46% | - |
| HSV(B) | 286.73º | 0.92% | 0.85% | - |
| XYZ | 29.61 | 14.13 | 66.13 | - |
| YUV | 86.03 | 201.35 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 216 | 0.20 | 0.92 | 0 | 0.15 | 286.73 | 0.85 | 0.46 |
| Hex | AC | 11 | D8 | 14 | 5C | 0 | F | 11F | 55 | 2E |
| Octal | 254 | 21 | 330 | 24 | 134 | 0 | 17 | 437 | 125 | 56 |
| Binary | 10101100 | 10001 | 11011000 | 10100 | 1011100 | 0 | 1111 | 100011111 | 1010101 | 101110 |
Color Harmonies of #AC11D8
Complementary color
Monochromatic Colors of #AC11D8
Black with #AC11D8
Text Example
Text Example
White with #AC11D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC11D8; }
p { color: rgb(172,17,216); }
H1.HeaderClassName
{
color: #AC11D8;
}
.AnyTagClassName
{
color: #AC11D8;
}
</style>
background-color css
<style>
a { background-color: #AC11D8; }
a { background-color: rgb(172,17,216); }
div.DivClassName
{
background-color: #AC11D8;
}
.BgClassName
{
background-color: #AC11D8;
}
</style>
border-color css
<style>
span { border-color: #AC11D8; }
span { border-color: rgb(172,17,216); }
td.TdClassName
{
border-color: #AC11D8;
}
.TagClassName
{
border-color: #AC11D8;
}
</style>