Shades of Dark Magenta #AA079F
Tints of Dark Magenta #AA079F
RGB
CMYK
RGB Variations
Color information
#AA079F (or 0xAA079F) is known color: Dark Magenta. HEX triplet: AA, 07 and 9F. RGB value is (170,7,159). Sum of RGB (Red+Green+Blue) = 170+7+159=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA079F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA079F is #55F860. Grayscale: #484848. Windows color (decimal): -5634145 or 10422186. OLE color: 10422186.
HSL color Cylindrical-coordinate representation of color #AA079F: hue angle of 304.05º 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 #AA079F is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 159 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.33 |
| HSL | 304.05º | 0.92% | 0.35% | - |
| HSV(B) | 304.05º | 0.96% | 0.67% | - |
| XYZ | 22.91 | 11.2 | 33.76 | - |
| YUV | 73.07 | 176.5 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 159 | 0 | 0.96 | 0.06 | 0.33 | 304.05 | 0.92 | 0.35 |
| Hex | AA | 7 | 9F | 0 | 60 | 6 | 21 | 130 | 5C | 23 |
| Octal | 252 | 7 | 237 | 0 | 140 | 6 | 41 | 460 | 134 | 43 |
| Binary | 10101010 | 111 | 10011111 | 0 | 1100000 | 110 | 100001 | 100110000 | 1011100 | 100011 |
Color Harmonies of #AA079F
Complementary color
Monochromatic Colors of #AA079F
Black with #AA079F
Text Example
Text Example
White with #AA079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA079F; }
p { color: rgb(170,7,159); }
H1.HeaderClassName
{
color: #AA079F;
}
.AnyTagClassName
{
color: #AA079F;
}
</style>
background-color css
<style>
a { background-color: #AA079F; }
a { background-color: rgb(170,7,159); }
div.DivClassName
{
background-color: #AA079F;
}
.BgClassName
{
background-color: #AA079F;
}
</style>
border-color css
<style>
span { border-color: #AA079F; }
span { border-color: rgb(170,7,159); }
td.TdClassName
{
border-color: #AA079F;
}
.TagClassName
{
border-color: #AA079F;
}
</style>