Shades of Dark Magenta #AA079B
Tints of Dark Magenta #AA079B
RGB
CMYK
RGB Variations
Color information
#AA079B (or 0xAA079B) is known color: Dark Magenta. HEX triplet: AA, 07 and 9B. RGB value is (170,7,155). Sum of RGB (Red+Green+Blue) = 170+7+155=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA079B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA079B is #55F864. Grayscale: #484848. Windows color (decimal): -5634149 or 10160042. OLE color: 10160042.
HSL color Cylindrical-coordinate representation of color #AA079B: hue angle of 305.52º 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 #AA079B is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 155 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.33 |
| HSL | 305.52º | 0.92% | 0.35% | - |
| HSV(B) | 305.52º | 0.96% | 0.67% | - |
| XYZ | 22.57 | 11.06 | 31.96 | - |
| YUV | 72.61 | 174.5 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 155 | 0 | 0.96 | 0.09 | 0.33 | 305.52 | 0.92 | 0.35 |
| Hex | AA | 7 | 9B | 0 | 60 | 9 | 21 | 132 | 5C | 23 |
| Octal | 252 | 7 | 233 | 0 | 140 | 11 | 41 | 462 | 134 | 43 |
| Binary | 10101010 | 111 | 10011011 | 0 | 1100000 | 1001 | 100001 | 100110010 | 1011100 | 100011 |
Color Harmonies of #AA079B
Complementary color
Monochromatic Colors of #AA079B
Black with #AA079B
Text Example
Text Example
White with #AA079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA079B; }
p { color: rgb(170,7,155); }
H1.HeaderClassName
{
color: #AA079B;
}
.AnyTagClassName
{
color: #AA079B;
}
</style>
background-color css
<style>
a { background-color: #AA079B; }
a { background-color: rgb(170,7,155); }
div.DivClassName
{
background-color: #AA079B;
}
.BgClassName
{
background-color: #AA079B;
}
</style>
border-color css
<style>
span { border-color: #AA079B; }
span { border-color: rgb(170,7,155); }
td.TdClassName
{
border-color: #AA079B;
}
.TagClassName
{
border-color: #AA079B;
}
</style>