Shades of Deep Magenta #AC11BA
Tints of Deep Magenta #AC11BA
RGB
CMYK
RGB Variations
Color information
#AC11BA (or 0xAC11BA) is known color: Deep Magenta. HEX triplet: AC, 11 and BA. RGB value is (172,17,186). Sum of RGB (Red+Green+Blue) = 172+17+186=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC11BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC11BA is #53EE45. Grayscale: #525252. Windows color (decimal): -5500486 or 12194220. OLE color: 12194220.
HSL color Cylindrical-coordinate representation of color #AC11BA: hue angle of 295.03º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC11BA is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 17 | 186 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.27 |
| HSL | 295.03º | 0.83% | 0.4% | - |
| HSV(B) | 295.03º | 0.91% | 0.73% | - |
| XYZ | 26.08 | 12.72 | 47.53 | - |
| YUV | 82.61 | 186.35 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 186 | 0.08 | 0.91 | 0 | 0.27 | 295.03 | 0.83 | 0.4 |
| Hex | AC | 11 | BA | 8 | 5B | 0 | 1B | 127 | 53 | 28 |
| Octal | 254 | 21 | 272 | 10 | 133 | 0 | 33 | 447 | 123 | 50 |
| Binary | 10101100 | 10001 | 10111010 | 1000 | 1011011 | 0 | 11011 | 100100111 | 1010011 | 101000 |
Color Harmonies of #AC11BA
Complementary color
Monochromatic Colors of #AC11BA
Black with #AC11BA
Text Example
Text Example
White with #AC11BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC11BA; }
p { color: rgb(172,17,186); }
H1.HeaderClassName
{
color: #AC11BA;
}
.AnyTagClassName
{
color: #AC11BA;
}
</style>
background-color css
<style>
a { background-color: #AC11BA; }
a { background-color: rgb(172,17,186); }
div.DivClassName
{
background-color: #AC11BA;
}
.BgClassName
{
background-color: #AC11BA;
}
</style>
border-color css
<style>
span { border-color: #AC11BA; }
span { border-color: rgb(172,17,186); }
td.TdClassName
{
border-color: #AC11BA;
}
.TagClassName
{
border-color: #AC11BA;
}
</style>