Shades of Dark Magenta #AC129C
Tints of Dark Magenta #AC129C
RGB
CMYK
RGB Variations
Color information
#AC129C (or 0xAC129C) is known color: Dark Magenta. HEX triplet: AC, 12 and 9C. RGB value is (172,18,156). Sum of RGB (Red+Green+Blue) = 172+18+156=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC129C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC129C is #53ED63. Grayscale: #4F4F4F. Windows color (decimal): -5500260 or 10228396. OLE color: 10228396.
HSL color Cylindrical-coordinate representation of color #AC129C: hue angle of 306.23º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC129C is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 18 | 156 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.33 |
| HSL | 306.23º | 0.81% | 0.37% | - |
| HSV(B) | 306.23º | 0.9% | 0.67% | - |
| XYZ | 23.23 | 11.6 | 32.47 | - |
| YUV | 79.78 | 171.02 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 18 | 156 | 0 | 0.90 | 0.09 | 0.33 | 306.23 | 0.81 | 0.37 |
| Hex | AC | 12 | 9C | 0 | 5A | 9 | 21 | 132 | 51 | 25 |
| Octal | 254 | 22 | 234 | 0 | 132 | 11 | 41 | 462 | 121 | 45 |
| Binary | 10101100 | 10010 | 10011100 | 0 | 1011010 | 1001 | 100001 | 100110010 | 1010001 | 100101 |
Color Harmonies of #AC129C
Complementary color
Monochromatic Colors of #AC129C
Black with #AC129C
Text Example
Text Example
White with #AC129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC129C; }
p { color: rgb(172,18,156); }
H1.HeaderClassName
{
color: #AC129C;
}
.AnyTagClassName
{
color: #AC129C;
}
</style>
background-color css
<style>
a { background-color: #AC129C; }
a { background-color: rgb(172,18,156); }
div.DivClassName
{
background-color: #AC129C;
}
.BgClassName
{
background-color: #AC129C;
}
</style>
border-color css
<style>
span { border-color: #AC129C; }
span { border-color: rgb(172,18,156); }
td.TdClassName
{
border-color: #AC129C;
}
.TagClassName
{
border-color: #AC129C;
}
</style>