Shades of Dark Magenta #AA079C
Tints of Dark Magenta #AA079C
RGB
CMYK
RGB Variations
Color information
#AA079C (or 0xAA079C) is known color: Dark Magenta. HEX triplet: AA, 07 and 9C. RGB value is (170,7,156). Sum of RGB (Red+Green+Blue) = 170+7+156=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA079C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA079C is #55F863. Grayscale: #484848. Windows color (decimal): -5634148 or 10225578. OLE color: 10225578.
HSL color Cylindrical-coordinate representation of color #AA079C: hue angle of 305.15º 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 #AA079C is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 156 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.33 |
| HSL | 305.15º | 0.92% | 0.35% | - |
| HSV(B) | 305.15º | 0.96% | 0.67% | - |
| XYZ | 22.65 | 11.1 | 32.4 | - |
| YUV | 72.72 | 175 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 156 | 0 | 0.96 | 0.08 | 0.33 | 305.15 | 0.92 | 0.35 |
| Hex | AA | 7 | 9C | 0 | 60 | 8 | 21 | 131 | 5C | 23 |
| Octal | 252 | 7 | 234 | 0 | 140 | 10 | 41 | 461 | 134 | 43 |
| Binary | 10101010 | 111 | 10011100 | 0 | 1100000 | 1000 | 100001 | 100110001 | 1011100 | 100011 |
Color Harmonies of #AA079C
Complementary color
Monochromatic Colors of #AA079C
Black with #AA079C
Text Example
Text Example
White with #AA079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA079C; }
p { color: rgb(170,7,156); }
H1.HeaderClassName
{
color: #AA079C;
}
.AnyTagClassName
{
color: #AA079C;
}
</style>
background-color css
<style>
a { background-color: #AA079C; }
a { background-color: rgb(170,7,156); }
div.DivClassName
{
background-color: #AA079C;
}
.BgClassName
{
background-color: #AA079C;
}
</style>
border-color css
<style>
span { border-color: #AA079C; }
span { border-color: rgb(170,7,156); }
td.TdClassName
{
border-color: #AA079C;
}
.TagClassName
{
border-color: #AA079C;
}
</style>