Shades of Dark Magenta #AC0CAA
Tints of Dark Magenta #AC0CAA
RGB
CMYK
RGB Variations
Color information
#AC0CAA (or 0xAC0CAA) is known color: Dark Magenta. HEX triplet: AC, 0C and AA. RGB value is (172,12,170). Sum of RGB (Red+Green+Blue) = 172+12+170=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0CAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0CAA is #53F355. Grayscale: #4D4D4D. Windows color (decimal): -5501782 or 11144364. OLE color: 11144364.
HSL color Cylindrical-coordinate representation of color #AC0CAA: hue angle of 300.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 #AC0CAA is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 170 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.33 |
| HSL | 300.75º | 0.87% | 0.36% | - |
| HSV(B) | 300.75º | 0.93% | 0.67% | - |
| XYZ | 24.4 | 11.94 | 39.05 | - |
| YUV | 77.85 | 180.01 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 170 | 0 | 0.93 | 0.01 | 0.33 | 300.75 | 0.87 | 0.36 |
| Hex | AC | C | AA | 0 | 5D | 1 | 21 | 12D | 57 | 24 |
| Octal | 254 | 14 | 252 | 0 | 135 | 1 | 41 | 455 | 127 | 44 |
| Binary | 10101100 | 1100 | 10101010 | 0 | 1011101 | 1 | 100001 | 100101101 | 1010111 | 100100 |
Color Harmonies of #AC0CAA
Complementary color
Monochromatic Colors of #AC0CAA
Black with #AC0CAA
Text Example
Text Example
White with #AC0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0CAA; }
p { color: rgb(172,12,170); }
H1.HeaderClassName
{
color: #AC0CAA;
}
.AnyTagClassName
{
color: #AC0CAA;
}
</style>
background-color css
<style>
a { background-color: #AC0CAA; }
a { background-color: rgb(172,12,170); }
div.DivClassName
{
background-color: #AC0CAA;
}
.BgClassName
{
background-color: #AC0CAA;
}
</style>
border-color css
<style>
span { border-color: #AC0CAA; }
span { border-color: rgb(172,12,170); }
td.TdClassName
{
border-color: #AC0CAA;
}
.TagClassName
{
border-color: #AC0CAA;
}
</style>