Shades of Dark Magenta #AC0AA1
Tints of Dark Magenta #AC0AA1
RGB
CMYK
RGB Variations
Color information
#AC0AA1 (or 0xAC0AA1) is known color: Dark Magenta. HEX triplet: AC, 0A and A1. RGB value is (172,10,161). Sum of RGB (Red+Green+Blue) = 172+10+161=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 161 (63.28% from 255 or 46.94% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0AA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0AA1 is #53F55E. Grayscale: #4B4B4B. Windows color (decimal): -5502303 or 10554028. OLE color: 10554028.
HSL color Cylindrical-coordinate representation of color #AC0AA1: hue angle of 304.07º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0AA1 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 161 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.33 |
| HSL | 304.07º | 0.89% | 0.36% | - |
| HSV(B) | 304.07º | 0.94% | 0.67% | - |
| XYZ | 23.55 | 11.56 | 34.71 | - |
| YUV | 75.65 | 176.17 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 161 | 0 | 0.94 | 0.06 | 0.33 | 304.07 | 0.89 | 0.36 |
| Hex | AC | A | A1 | 0 | 5E | 6 | 21 | 130 | 59 | 24 |
| Octal | 254 | 12 | 241 | 0 | 136 | 6 | 41 | 460 | 131 | 44 |
| Binary | 10101100 | 1010 | 10100001 | 0 | 1011110 | 110 | 100001 | 100110000 | 1011001 | 100100 |
Color Harmonies of #AC0AA1
Complementary color
Monochromatic Colors of #AC0AA1
Black with #AC0AA1
Text Example
Text Example
White with #AC0AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0AA1; }
p { color: rgb(172,10,161); }
H1.HeaderClassName
{
color: #AC0AA1;
}
.AnyTagClassName
{
color: #AC0AA1;
}
</style>
background-color css
<style>
a { background-color: #AC0AA1; }
a { background-color: rgb(172,10,161); }
div.DivClassName
{
background-color: #AC0AA1;
}
.BgClassName
{
background-color: #AC0AA1;
}
</style>
border-color css
<style>
span { border-color: #AC0AA1; }
span { border-color: rgb(172,10,161); }
td.TdClassName
{
border-color: #AC0AA1;
}
.TagClassName
{
border-color: #AC0AA1;
}
</style>