Shades of Dark Magenta #AC0CA3
Tints of Dark Magenta #AC0CA3
RGB
CMYK
RGB Variations
Color information
#AC0CA3 (or 0xAC0CA3) is known color: Dark Magenta. HEX triplet: AC, 0C and A3. RGB value is (172,12,163). Sum of RGB (Red+Green+Blue) = 172+12+163=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 163 (64.06% from 255 or 46.97% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0CA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0CA3 is #53F35C. Grayscale: #4C4C4C. Windows color (decimal): -5501789 or 10685612. OLE color: 10685612.
HSL color Cylindrical-coordinate representation of color #AC0CA3: hue angle of 303.38º 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 #AC0CA3 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 12 | 163 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.33 |
| HSL | 303.38º | 0.87% | 0.36% | - |
| HSV(B) | 303.38º | 0.93% | 0.67% | - |
| XYZ | 23.76 | 11.68 | 35.65 | - |
| YUV | 77.05 | 176.51 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 163 | 0 | 0.93 | 0.05 | 0.33 | 303.38 | 0.87 | 0.36 |
| Hex | AC | C | A3 | 0 | 5D | 5 | 21 | 12F | 57 | 24 |
| Octal | 254 | 14 | 243 | 0 | 135 | 5 | 41 | 457 | 127 | 44 |
| Binary | 10101100 | 1100 | 10100011 | 0 | 1011101 | 101 | 100001 | 100101111 | 1010111 | 100100 |
Color Harmonies of #AC0CA3
Complementary color
Monochromatic Colors of #AC0CA3
Black with #AC0CA3
Text Example
Text Example
White with #AC0CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0CA3; }
p { color: rgb(172,12,163); }
H1.HeaderClassName
{
color: #AC0CA3;
}
.AnyTagClassName
{
color: #AC0CA3;
}
</style>
background-color css
<style>
a { background-color: #AC0CA3; }
a { background-color: rgb(172,12,163); }
div.DivClassName
{
background-color: #AC0CA3;
}
.BgClassName
{
background-color: #AC0CA3;
}
</style>
border-color css
<style>
span { border-color: #AC0CA3; }
span { border-color: rgb(172,12,163); }
td.TdClassName
{
border-color: #AC0CA3;
}
.TagClassName
{
border-color: #AC0CA3;
}
</style>