Shades of Dark Magenta #AC009C
Tints of Dark Magenta #AC009C
RGB
CMYK
RGB Variations
Color information
#AC009C (or 0xAC009C) is known color: Dark Magenta. HEX triplet: AC, 00 and 9C. RGB value is (172,0,156). Sum of RGB (Red+Green+Blue) = 172+0+156=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC009C is #53FF63. Grayscale: #444444. Windows color (decimal): -5504868 or 10223788. OLE color: 10223788.
HSL color Cylindrical-coordinate representation of color #AC009C: hue angle of 305.58º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC009C is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.09 | 0.33 |
| HSL | 305.58º | 1% | 0.34% | - |
| HSV(B) | 305.58º | 1% | 0.67% | - |
| XYZ | 23.01 | 11.17 | 32.4 | - |
| YUV | 69.21 | 176.98 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 156 | 0 | 1 | 0.09 | 0.33 | 305.58 | 1 | 0.34 |
| Hex | AC | 0 | 9C | 0 | 64 | 9 | 21 | 132 | 64 | 22 |
| Octal | 254 | 0 | 234 | 0 | 144 | 11 | 41 | 462 | 144 | 42 |
| Binary | 10101100 | 0 | 10011100 | 0 | 1100100 | 1001 | 100001 | 100110010 | 1100100 | 100010 |
Color Harmonies of #AC009C
Complementary color
Monochromatic Colors of #AC009C
Black with #AC009C
Text Example
Text Example
White with #AC009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC009C; }
p { color: rgb(172,0,156); }
H1.HeaderClassName
{
color: #AC009C;
}
.AnyTagClassName
{
color: #AC009C;
}
</style>
background-color css
<style>
a { background-color: #AC009C; }
a { background-color: rgb(172,0,156); }
div.DivClassName
{
background-color: #AC009C;
}
.BgClassName
{
background-color: #AC009C;
}
</style>
border-color css
<style>
span { border-color: #AC009C; }
span { border-color: rgb(172,0,156); }
td.TdClassName
{
border-color: #AC009C;
}
.TagClassName
{
border-color: #AC009C;
}
</style>