Shades of Dark Magenta #AC0AA3
Tints of Dark Magenta #AC0AA3
RGB
CMYK
RGB Variations
Color information
#AC0AA3 (or 0xAC0AA3) is known color: Dark Magenta. HEX triplet: AC, 0A and A3. RGB value is (172,10,163). Sum of RGB (Red+Green+Blue) = 172+10+163=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 163 (64.06% from 255 or 47.25% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0AA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0AA3 is #53F55C. Grayscale: #4B4B4B. Windows color (decimal): -5502301 or 10685100. OLE color: 10685100.
HSL color Cylindrical-coordinate representation of color #AC0AA3: hue angle of 303.33º 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 #AC0AA3 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 163 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.33 |
| HSL | 303.33º | 0.89% | 0.36% | - |
| HSV(B) | 303.33º | 0.94% | 0.67% | - |
| XYZ | 23.73 | 11.63 | 35.64 | - |
| YUV | 75.88 | 177.17 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 163 | 0 | 0.94 | 0.05 | 0.33 | 303.33 | 0.89 | 0.36 |
| Hex | AC | A | A3 | 0 | 5E | 5 | 21 | 12F | 59 | 24 |
| Octal | 254 | 12 | 243 | 0 | 136 | 5 | 41 | 457 | 131 | 44 |
| Binary | 10101100 | 1010 | 10100011 | 0 | 1011110 | 101 | 100001 | 100101111 | 1011001 | 100100 |
Color Harmonies of #AC0AA3
Complementary color
Monochromatic Colors of #AC0AA3
Black with #AC0AA3
Text Example
Text Example
White with #AC0AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0AA3; }
p { color: rgb(172,10,163); }
H1.HeaderClassName
{
color: #AC0AA3;
}
.AnyTagClassName
{
color: #AC0AA3;
}
</style>
background-color css
<style>
a { background-color: #AC0AA3; }
a { background-color: rgb(172,10,163); }
div.DivClassName
{
background-color: #AC0AA3;
}
.BgClassName
{
background-color: #AC0AA3;
}
</style>
border-color css
<style>
span { border-color: #AC0AA3; }
span { border-color: rgb(172,10,163); }
td.TdClassName
{
border-color: #AC0AA3;
}
.TagClassName
{
border-color: #AC0AA3;
}
</style>