Shades of Dark Magenta #AC079B
Tints of Dark Magenta #AC079B
RGB
CMYK
RGB Variations
Color information
#AC079B (or 0xAC079B) is known color: Dark Magenta. HEX triplet: AC, 07 and 9B. RGB value is (172,7,155). Sum of RGB (Red+Green+Blue) = 172+7+155=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 7 (3.12% from 255 or 2.10% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC079B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC079B is #53F864. Grayscale: #484848. Windows color (decimal): -5503077 or 10160044. OLE color: 10160044.
HSL color Cylindrical-coordinate representation of color #AC079B: hue angle of 306.18º 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 #AC079B is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 155 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.33 |
| HSL | 306.18º | 0.92% | 0.35% | - |
| HSV(B) | 306.18º | 0.96% | 0.67% | - |
| XYZ | 23.01 | 11.29 | 31.98 | - |
| YUV | 73.21 | 174.16 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 155 | 0 | 0.96 | 0.10 | 0.33 | 306.18 | 0.92 | 0.35 |
| Hex | AC | 7 | 9B | 0 | 60 | A | 21 | 132 | 5C | 23 |
| Octal | 254 | 7 | 233 | 0 | 140 | 12 | 41 | 462 | 134 | 43 |
| Binary | 10101100 | 111 | 10011011 | 0 | 1100000 | 1010 | 100001 | 100110010 | 1011100 | 100011 |
Color Harmonies of #AC079B
Complementary color
Monochromatic Colors of #AC079B
Black with #AC079B
Text Example
Text Example
White with #AC079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC079B; }
p { color: rgb(172,7,155); }
H1.HeaderClassName
{
color: #AC079B;
}
.AnyTagClassName
{
color: #AC079B;
}
</style>
background-color css
<style>
a { background-color: #AC079B; }
a { background-color: rgb(172,7,155); }
div.DivClassName
{
background-color: #AC079B;
}
.BgClassName
{
background-color: #AC079B;
}
</style>
border-color css
<style>
span { border-color: #AC079B; }
span { border-color: rgb(172,7,155); }
td.TdClassName
{
border-color: #AC079B;
}
.TagClassName
{
border-color: #AC079B;
}
</style>