Shades of Dark Magenta #AC0DA0
Tints of Dark Magenta #AC0DA0
RGB
CMYK
RGB Variations
Color information
#AC0DA0 (or 0xAC0DA0) is known color: Dark Magenta. HEX triplet: AC, 0D and A0. RGB value is (172,13,160). Sum of RGB (Red+Green+Blue) = 172+13+160=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0DA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0DA0 is #53F25F. Grayscale: #4C4C4C. Windows color (decimal): -5501536 or 10489260. OLE color: 10489260.
HSL color Cylindrical-coordinate representation of color #AC0DA0: hue angle of 304.53º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0DA0 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 13 | 160 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.33 |
| HSL | 304.53º | 0.86% | 0.36% | - |
| HSV(B) | 304.53º | 0.92% | 0.67% | - |
| XYZ | 23.5 | 11.6 | 34.26 | - |
| YUV | 77.3 | 174.68 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 160 | 0 | 0.92 | 0.07 | 0.33 | 304.53 | 0.86 | 0.36 |
| Hex | AC | D | A0 | 0 | 5C | 7 | 21 | 131 | 56 | 24 |
| Octal | 254 | 15 | 240 | 0 | 134 | 7 | 41 | 461 | 126 | 44 |
| Binary | 10101100 | 1101 | 10100000 | 0 | 1011100 | 111 | 100001 | 100110001 | 1010110 | 100100 |
Color Harmonies of #AC0DA0
Complementary color
Monochromatic Colors of #AC0DA0
Black with #AC0DA0
Text Example
Text Example
White with #AC0DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0DA0; }
p { color: rgb(172,13,160); }
H1.HeaderClassName
{
color: #AC0DA0;
}
.AnyTagClassName
{
color: #AC0DA0;
}
</style>
background-color css
<style>
a { background-color: #AC0DA0; }
a { background-color: rgb(172,13,160); }
div.DivClassName
{
background-color: #AC0DA0;
}
.BgClassName
{
background-color: #AC0DA0;
}
</style>
border-color css
<style>
span { border-color: #AC0DA0; }
span { border-color: rgb(172,13,160); }
td.TdClassName
{
border-color: #AC0DA0;
}
.TagClassName
{
border-color: #AC0DA0;
}
</style>