Shades of Dark Magenta #AC079C
Tints of Dark Magenta #AC079C
RGB
CMYK
RGB Variations
Color information
#AC079C (or 0xAC079C) is known color: Dark Magenta. HEX triplet: AC, 07 and 9C. RGB value is (172,7,156). Sum of RGB (Red+Green+Blue) = 172+7+156=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC079C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC079C is #53F863. Grayscale: #484848. Windows color (decimal): -5503076 or 10225580. OLE color: 10225580.
HSL color Cylindrical-coordinate representation of color #AC079C: hue angle of 305.82º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC079C is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 156 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.33 |
| HSL | 305.82º | 0.92% | 0.35% | - |
| HSV(B) | 305.82º | 0.96% | 0.67% | - |
| XYZ | 23.09 | 11.32 | 32.42 | - |
| YUV | 73.32 | 174.66 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 156 | 0 | 0.96 | 0.09 | 0.33 | 305.82 | 0.92 | 0.35 |
| Hex | AC | 7 | 9C | 0 | 60 | 9 | 21 | 132 | 5C | 23 |
| Octal | 254 | 7 | 234 | 0 | 140 | 11 | 41 | 462 | 134 | 43 |
| Binary | 10101100 | 111 | 10011100 | 0 | 1100000 | 1001 | 100001 | 100110010 | 1011100 | 100011 |
Color Harmonies of #AC079C
Complementary color
Monochromatic Colors of #AC079C
Black with #AC079C
Text Example
Text Example
White with #AC079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC079C; }
p { color: rgb(172,7,156); }
H1.HeaderClassName
{
color: #AC079C;
}
.AnyTagClassName
{
color: #AC079C;
}
</style>
background-color css
<style>
a { background-color: #AC079C; }
a { background-color: rgb(172,7,156); }
div.DivClassName
{
background-color: #AC079C;
}
.BgClassName
{
background-color: #AC079C;
}
</style>
border-color css
<style>
span { border-color: #AC079C; }
span { border-color: rgb(172,7,156); }
td.TdClassName
{
border-color: #AC079C;
}
.TagClassName
{
border-color: #AC079C;
}
</style>