Shades of Dark Magenta #AC12A3
Tints of Dark Magenta #AC12A3
RGB
CMYK
RGB Variations
Color information
#AC12A3 (or 0xAC12A3) is known color: Dark Magenta. HEX triplet: AC, 12 and A3. RGB value is (172,18,163). Sum of RGB (Red+Green+Blue) = 172+18+163=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 163 (64.06% from 255 or 46.18% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC12A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC12A3 is #53ED5C. Grayscale: #505050. Windows color (decimal): -5500253 or 10687148. OLE color: 10687148.
HSL color Cylindrical-coordinate representation of color #AC12A3: hue angle of 303.51º 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 #AC12A3 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 163 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.33 |
| HSL | 303.51º | 0.81% | 0.37% | - |
| HSV(B) | 303.51º | 0.9% | 0.67% | - |
| XYZ | 23.84 | 11.85 | 35.68 | - |
| YUV | 80.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 163 | 0 | 0.90 | 0.05 | 0.33 | 303.51 | 0.81 | 0.37 |
| Hex | AC | 12 | A3 | 0 | 5A | 5 | 21 | 130 | 51 | 25 |
| Octal | 254 | 22 | 243 | 0 | 132 | 5 | 41 | 460 | 121 | 45 |
| Binary | 10101100 | 10010 | 10100011 | 0 | 1011010 | 101 | 100001 | 100110000 | 1010001 | 100101 |
Color Harmonies of #AC12A3
Complementary color
Monochromatic Colors of #AC12A3
Black with #AC12A3
Text Example
Text Example
White with #AC12A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC12A3; }
p { color: rgb(172,18,163); }
H1.HeaderClassName
{
color: #AC12A3;
}
.AnyTagClassName
{
color: #AC12A3;
}
</style>
background-color css
<style>
a { background-color: #AC12A3; }
a { background-color: rgb(172,18,163); }
div.DivClassName
{
background-color: #AC12A3;
}
.BgClassName
{
background-color: #AC12A3;
}
</style>
border-color css
<style>
span { border-color: #AC12A3; }
span { border-color: rgb(172,18,163); }
td.TdClassName
{
border-color: #AC12A3;
}
.TagClassName
{
border-color: #AC12A3;
}
</style>