Shades of Dark Magenta #AC12A2
Tints of Dark Magenta #AC12A2
RGB
CMYK
RGB Variations
Color information
#AC12A2 (or 0xAC12A2) is known color: Dark Magenta. HEX triplet: AC, 12 and A2. RGB value is (172,18,162). Sum of RGB (Red+Green+Blue) = 172+18+162=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 162 (63.67% from 255 or 46.02% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC12A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC12A2 is #53ED5D. Grayscale: #505050. Windows color (decimal): -5500254 or 10621612. OLE color: 10621612.
HSL color Cylindrical-coordinate representation of color #AC12A2: hue angle of 303.9º 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 #AC12A2 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 162 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.33 |
| HSL | 303.9º | 0.81% | 0.37% | - |
| HSV(B) | 303.9º | 0.9% | 0.67% | - |
| XYZ | 23.75 | 11.81 | 35.21 | - |
| YUV | 80.46 | 174.02 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 162 | 0 | 0.90 | 0.06 | 0.33 | 303.9 | 0.81 | 0.37 |
| Hex | AC | 12 | A2 | 0 | 5A | 6 | 21 | 130 | 51 | 25 |
| Octal | 254 | 22 | 242 | 0 | 132 | 6 | 41 | 460 | 121 | 45 |
| Binary | 10101100 | 10010 | 10100010 | 0 | 1011010 | 110 | 100001 | 100110000 | 1010001 | 100101 |
Color Harmonies of #AC12A2
Complementary color
Monochromatic Colors of #AC12A2
Black with #AC12A2
Text Example
Text Example
White with #AC12A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC12A2; }
p { color: rgb(172,18,162); }
H1.HeaderClassName
{
color: #AC12A2;
}
.AnyTagClassName
{
color: #AC12A2;
}
</style>
background-color css
<style>
a { background-color: #AC12A2; }
a { background-color: rgb(172,18,162); }
div.DivClassName
{
background-color: #AC12A2;
}
.BgClassName
{
background-color: #AC12A2;
}
</style>
border-color css
<style>
span { border-color: #AC12A2; }
span { border-color: rgb(172,18,162); }
td.TdClassName
{
border-color: #AC12A2;
}
.TagClassName
{
border-color: #AC12A2;
}
</style>