Shades of Dark Magenta #AC0CA2
Tints of Dark Magenta #AC0CA2
RGB
CMYK
RGB Variations
Color information
#AC0CA2 (or 0xAC0CA2) is known color: Dark Magenta. HEX triplet: AC, 0C and A2. RGB value is (172,12,162). Sum of RGB (Red+Green+Blue) = 172+12+162=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 162 (63.67% from 255 or 46.82% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0CA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0CA2 is #53F35D. Grayscale: #4C4C4C. Windows color (decimal): -5501790 or 10620076. OLE color: 10620076.
HSL color Cylindrical-coordinate representation of color #AC0CA2: hue angle of 303.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0CA2 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 162 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.33 |
| HSL | 303.75º | 0.87% | 0.36% | - |
| HSV(B) | 303.75º | 0.93% | 0.67% | - |
| XYZ | 23.67 | 11.64 | 35.18 | - |
| YUV | 76.94 | 176.01 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 162 | 0 | 0.93 | 0.06 | 0.33 | 303.75 | 0.87 | 0.36 |
| Hex | AC | C | A2 | 0 | 5D | 6 | 21 | 130 | 57 | 24 |
| Octal | 254 | 14 | 242 | 0 | 135 | 6 | 41 | 460 | 127 | 44 |
| Binary | 10101100 | 1100 | 10100010 | 0 | 1011101 | 110 | 100001 | 100110000 | 1010111 | 100100 |
Color Harmonies of #AC0CA2
Complementary color
Monochromatic Colors of #AC0CA2
Black with #AC0CA2
Text Example
Text Example
White with #AC0CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0CA2; }
p { color: rgb(172,12,162); }
H1.HeaderClassName
{
color: #AC0CA2;
}
.AnyTagClassName
{
color: #AC0CA2;
}
</style>
background-color css
<style>
a { background-color: #AC0CA2; }
a { background-color: rgb(172,12,162); }
div.DivClassName
{
background-color: #AC0CA2;
}
.BgClassName
{
background-color: #AC0CA2;
}
</style>
border-color css
<style>
span { border-color: #AC0CA2; }
span { border-color: rgb(172,12,162); }
td.TdClassName
{
border-color: #AC0CA2;
}
.TagClassName
{
border-color: #AC0CA2;
}
</style>