Shades of Dark Magenta #AC0DA2
Tints of Dark Magenta #AC0DA2
RGB
CMYK
RGB Variations
Color information
#AC0DA2 (or 0xAC0DA2) is known color: Dark Magenta. HEX triplet: AC, 0D and A2. RGB value is (172,13,162). Sum of RGB (Red+Green+Blue) = 172+13+162=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0DA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0DA2 is #53F25D. Grayscale: #4D4D4D. Windows color (decimal): -5501534 or 10620332. OLE color: 10620332.
HSL color Cylindrical-coordinate representation of color #AC0DA2: hue angle of 303.77º 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 #AC0DA2 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 13 | 162 | - |
CMYK | 0 | 0.92 | 0.06 | 0.33 |
HSL | 303.77º | 0.86% | 0.36% | - |
HSV(B) | 303.77º | 0.92% | 0.67% | - |
XYZ | 23.68 | 11.67 | 35.19 | - |
YUV | 77.53 | 175.68 | 195.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 13 | 162 | 0 | 0.92 | 0.06 | 0.33 | 303.77 | 0.86 | 0.36 |
Hex | AC | D | A2 | 0 | 5C | 6 | 21 | 130 | 56 | 24 |
Octal | 254 | 15 | 242 | 0 | 134 | 6 | 41 | 460 | 126 | 44 |
Binary | 10101100 | 1101 | 10100010 | 0 | 1011100 | 110 | 100001 | 100110000 | 1010110 | 100100 |
Color Harmonies of #AC0DA2
Complementary color
Monochromatic Colors of #AC0DA2
Black with #AC0DA2
Text Example
Text Example
White with #AC0DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0DA2; }
p { color: rgb(172,13,162); }
H1.HeaderClassName
{
color: #AC0DA2;
}
.AnyTagClassName
{
color: #AC0DA2;
}
</style>
background-color css
<style>
a { background-color: #AC0DA2; }
a { background-color: rgb(172,13,162); }
div.DivClassName
{
background-color: #AC0DA2;
}
.BgClassName
{
background-color: #AC0DA2;
}
</style>
border-color css
<style>
span { border-color: #AC0DA2; }
span { border-color: rgb(172,13,162); }
td.TdClassName
{
border-color: #AC0DA2;
}
.TagClassName
{
border-color: #AC0DA2;
}
</style>