Shades of Dark Violet #AC11DB
Tints of Dark Violet #AC11DB
RGB
CMYK
RGB Variations
Color information
#AC11DB (or 0xAC11DB) is known color: Dark Violet. HEX triplet: AC, 11 and DB. RGB value is (172,17,219). Sum of RGB (Red+Green+Blue) = 172+17+219=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC11DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC11DB is #53EE24. Grayscale: #555555. Windows color (decimal): -5500453 or 14356908. OLE color: 14356908.
HSL color Cylindrical-coordinate representation of color #AC11DB: hue angle of 286.04º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC11DB is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 17 | 219 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.14 |
| HSL | 286.04º | 0.86% | 0.46% | - |
| HSV(B) | 286.04º | 0.92% | 0.86% | - |
| XYZ | 30 | 14.29 | 68.19 | - |
| YUV | 86.37 | 202.85 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 219 | 0.21 | 0.92 | 0 | 0.14 | 286.04 | 0.86 | 0.46 |
| Hex | AC | 11 | DB | 15 | 5C | 0 | E | 11E | 56 | 2E |
| Octal | 254 | 21 | 333 | 25 | 134 | 0 | 16 | 436 | 126 | 56 |
| Binary | 10101100 | 10001 | 11011011 | 10101 | 1011100 | 0 | 1110 | 100011110 | 1010110 | 101110 |
Color Harmonies of #AC11DB
Complementary color
Monochromatic Colors of #AC11DB
Black with #AC11DB
Text Example
Text Example
White with #AC11DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC11DB; }
p { color: rgb(172,17,219); }
H1.HeaderClassName
{
color: #AC11DB;
}
.AnyTagClassName
{
color: #AC11DB;
}
</style>
background-color css
<style>
a { background-color: #AC11DB; }
a { background-color: rgb(172,17,219); }
div.DivClassName
{
background-color: #AC11DB;
}
.BgClassName
{
background-color: #AC11DB;
}
</style>
border-color css
<style>
span { border-color: #AC11DB; }
span { border-color: rgb(172,17,219); }
td.TdClassName
{
border-color: #AC11DB;
}
.TagClassName
{
border-color: #AC11DB;
}
</style>