Shades of Dark Magenta #AA0699
Tints of Dark Magenta #AA0699
RGB
CMYK
RGB Variations
Color information
#AA0699 (or 0xAA0699) is known color: Dark Magenta. HEX triplet: AA, 06 and 99. RGB value is (170,6,153). Sum of RGB (Red+Green+Blue) = 170+6+153=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0699 is #55F966. Grayscale: #474747. Windows color (decimal): -5634407 or 10028714. OLE color: 10028714.
HSL color Cylindrical-coordinate representation of color #AA0699: hue angle of 306.22º degrees, saturation: 0.93, 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 #AA0699 is Cyan = 0, Magento = 0.96, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 153 | - |
| CMYK | 0 | 0.96 | 0.1 | 0.33 |
| HSL | 306.22º | 0.93% | 0.35% | - |
| HSV(B) | 306.22º | 0.96% | 0.67% | - |
| XYZ | 22.39 | 10.98 | 31.08 | - |
| YUV | 71.79 | 173.83 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 153 | 0 | 0.96 | 0.1 | 0.33 | 306.22 | 0.93 | 0.35 |
| Hex | AA | 6 | 99 | 0 | 60 | A | 21 | 132 | 5D | 23 |
| Octal | 252 | 6 | 231 | 0 | 140 | 12 | 41 | 462 | 135 | 43 |
| Binary | 10101010 | 110 | 10011001 | 0 | 1100000 | 1010 | 100001 | 100110010 | 1011101 | 100011 |
Color Harmonies of #AA0699
Complementary color
Monochromatic Colors of #AA0699
Black with #AA0699
Text Example
Text Example
White with #AA0699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0699; }
p { color: rgb(170,6,153); }
H1.HeaderClassName
{
color: #AA0699;
}
.AnyTagClassName
{
color: #AA0699;
}
</style>
background-color css
<style>
a { background-color: #AA0699; }
a { background-color: rgb(170,6,153); }
div.DivClassName
{
background-color: #AA0699;
}
.BgClassName
{
background-color: #AA0699;
}
</style>
border-color css
<style>
span { border-color: #AA0699; }
span { border-color: rgb(170,6,153); }
td.TdClassName
{
border-color: #AA0699;
}
.TagClassName
{
border-color: #AA0699;
}
</style>