Shades of Deep Magenta #AC12AB
Tints of Deep Magenta #AC12AB
RGB
CMYK
RGB Variations
Color information
#AC12AB (or 0xAC12AB) is known color: Deep Magenta. HEX triplet: AC, 12 and AB. RGB value is (172,18,171). Sum of RGB (Red+Green+Blue) = 172+18+171=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC12AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC12AB is #53ED54. Grayscale: #515151. Windows color (decimal): -5500245 or 11211436. OLE color: 11211436.
HSL color Cylindrical-coordinate representation of color #AC12AB: hue angle of 300.39º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC12AB is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 171 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.33 |
| HSL | 300.39º | 0.81% | 0.37% | - |
| HSV(B) | 300.39º | 0.9% | 0.67% | - |
| XYZ | 24.58 | 12.14 | 39.58 | - |
| YUV | 81.49 | 178.52 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 171 | 0 | 0.90 | 0.01 | 0.33 | 300.39 | 0.81 | 0.37 |
| Hex | AC | 12 | AB | 0 | 5A | 1 | 21 | 12C | 51 | 25 |
| Octal | 254 | 22 | 253 | 0 | 132 | 1 | 41 | 454 | 121 | 45 |
| Binary | 10101100 | 10010 | 10101011 | 0 | 1011010 | 1 | 100001 | 100101100 | 1010001 | 100101 |
Color Harmonies of #AC12AB
Complementary color
Monochromatic Colors of #AC12AB
Black with #AC12AB
Text Example
Text Example
White with #AC12AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC12AB; }
p { color: rgb(172,18,171); }
H1.HeaderClassName
{
color: #AC12AB;
}
.AnyTagClassName
{
color: #AC12AB;
}
</style>
background-color css
<style>
a { background-color: #AC12AB; }
a { background-color: rgb(172,18,171); }
div.DivClassName
{
background-color: #AC12AB;
}
.BgClassName
{
background-color: #AC12AB;
}
</style>
border-color css
<style>
span { border-color: #AC12AB; }
span { border-color: rgb(172,18,171); }
td.TdClassName
{
border-color: #AC12AB;
}
.TagClassName
{
border-color: #AC12AB;
}
</style>