Shades of Deep Magenta #AC12BA
Tints of Deep Magenta #AC12BA
RGB
CMYK
RGB Variations
Color information
#AC12BA (or 0xAC12BA) is known color: Deep Magenta. HEX triplet: AC, 12 and BA. RGB value is (172,18,186). Sum of RGB (Red+Green+Blue) = 172+18+186=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC12BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC12BA is #53ED45. Grayscale: #525252. Windows color (decimal): -5500230 or 12194476. OLE color: 12194476.
HSL color Cylindrical-coordinate representation of color #AC12BA: hue angle of 295º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC12BA is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 18 | 186 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.27 |
| HSL | 295º | 0.82% | 0.4% | - |
| HSV(B) | 295º | 0.9% | 0.73% | - |
| XYZ | 26.09 | 12.75 | 47.54 | - |
| YUV | 83.2 | 186.02 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 186 | 0.08 | 0.90 | 0 | 0.27 | 295 | 0.82 | 0.4 |
| Hex | AC | 12 | BA | 8 | 5A | 0 | 1B | 127 | 52 | 28 |
| Octal | 254 | 22 | 272 | 10 | 132 | 0 | 33 | 447 | 122 | 50 |
| Binary | 10101100 | 10010 | 10111010 | 1000 | 1011010 | 0 | 11011 | 100100111 | 1010010 | 101000 |
Color Harmonies of #AC12BA
Complementary color
Monochromatic Colors of #AC12BA
Black with #AC12BA
Text Example
Text Example
White with #AC12BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC12BA; }
p { color: rgb(172,18,186); }
H1.HeaderClassName
{
color: #AC12BA;
}
.AnyTagClassName
{
color: #AC12BA;
}
</style>
background-color css
<style>
a { background-color: #AC12BA; }
a { background-color: rgb(172,18,186); }
div.DivClassName
{
background-color: #AC12BA;
}
.BgClassName
{
background-color: #AC12BA;
}
</style>
border-color css
<style>
span { border-color: #AC12BA; }
span { border-color: rgb(172,18,186); }
td.TdClassName
{
border-color: #AC12BA;
}
.TagClassName
{
border-color: #AC12BA;
}
</style>