Shades of Dark Violet #AC11E5
Tints of Dark Violet #AC11E5
RGB
CMYK
RGB Variations
Color information
#AC11E5 (or 0xAC11E5) is known color: Dark Violet. HEX triplet: AC, 11 and E5. RGB value is (172,17,229). Sum of RGB (Red+Green+Blue) = 172+17+229=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 229 (89.84% from 255 or 54.78% from 418); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC11E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC11E5 is #53EE1A. Grayscale: #565656. Windows color (decimal): -5500443 or 15012268. OLE color: 15012268.
HSL color Cylindrical-coordinate representation of color #AC11E5: hue angle of 283.87º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC11E5 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 17 | 229 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.10 |
| HSL | 283.87º | 0.86% | 0.48% | - |
| HSV(B) | 283.87º | 0.93% | 0.9% | - |
| XYZ | 31.36 | 14.83 | 75.34 | - |
| YUV | 87.51 | 207.85 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 229 | 0.25 | 0.93 | 0 | 0.10 | 283.87 | 0.86 | 0.48 |
| Hex | AC | 11 | E5 | 19 | 5D | 0 | A | 11C | 56 | 30 |
| Octal | 254 | 21 | 345 | 31 | 135 | 0 | 12 | 434 | 126 | 60 |
| Binary | 10101100 | 10001 | 11100101 | 11001 | 1011101 | 0 | 1010 | 100011100 | 1010110 | 110000 |
Color Harmonies of #AC11E5
Complementary color
Monochromatic Colors of #AC11E5
Black with #AC11E5
Text Example
Text Example
White with #AC11E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC11E5; }
p { color: rgb(172,17,229); }
H1.HeaderClassName
{
color: #AC11E5;
}
.AnyTagClassName
{
color: #AC11E5;
}
</style>
background-color css
<style>
a { background-color: #AC11E5; }
a { background-color: rgb(172,17,229); }
div.DivClassName
{
background-color: #AC11E5;
}
.BgClassName
{
background-color: #AC11E5;
}
</style>
border-color css
<style>
span { border-color: #AC11E5; }
span { border-color: rgb(172,17,229); }
td.TdClassName
{
border-color: #AC11E5;
}
.TagClassName
{
border-color: #AC11E5;
}
</style>