Shades of Dark Magenta #AC079A
Tints of Dark Magenta #AC079A
RGB
CMYK
RGB Variations
Color information
#AC079A (or 0xAC079A) is known color: Dark Magenta. HEX triplet: AC, 07 and 9A. RGB value is (172,7,154). Sum of RGB (Red+Green+Blue) = 172+7+154=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC079A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC079A is #53F865. Grayscale: #484848. Windows color (decimal): -5503078 or 10094508. OLE color: 10094508.
HSL color Cylindrical-coordinate representation of color #AC079A: hue angle of 306.55º 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 #AC079A is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 154 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.33 |
| HSL | 306.55º | 0.92% | 0.35% | - |
| HSV(B) | 306.55º | 0.96% | 0.67% | - |
| XYZ | 22.92 | 11.26 | 31.54 | - |
| YUV | 73.09 | 173.66 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 154 | 0 | 0.96 | 0.10 | 0.33 | 306.55 | 0.92 | 0.35 |
| Hex | AC | 7 | 9A | 0 | 60 | A | 21 | 133 | 5C | 23 |
| Octal | 254 | 7 | 232 | 0 | 140 | 12 | 41 | 463 | 134 | 43 |
| Binary | 10101100 | 111 | 10011010 | 0 | 1100000 | 1010 | 100001 | 100110011 | 1011100 | 100011 |
Color Harmonies of #AC079A
Complementary color
Monochromatic Colors of #AC079A
Black with #AC079A
Text Example
Text Example
White with #AC079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC079A; }
p { color: rgb(172,7,154); }
H1.HeaderClassName
{
color: #AC079A;
}
.AnyTagClassName
{
color: #AC079A;
}
</style>
background-color css
<style>
a { background-color: #AC079A; }
a { background-color: rgb(172,7,154); }
div.DivClassName
{
background-color: #AC079A;
}
.BgClassName
{
background-color: #AC079A;
}
</style>
border-color css
<style>
span { border-color: #AC079A; }
span { border-color: rgb(172,7,154); }
td.TdClassName
{
border-color: #AC079A;
}
.TagClassName
{
border-color: #AC079A;
}
</style>