Shades of Dark Magenta #AA04A0
Tints of Dark Magenta #AA04A0
RGB
CMYK
RGB Variations
Color information
#AA04A0 (or 0xAA04A0) is known color: Dark Magenta. HEX triplet: AA, 04 and A0. RGB value is (170,4,160). Sum of RGB (Red+Green+Blue) = 170+4+160=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA04A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA04A0 is #55FB5F. Grayscale: #464646. Windows color (decimal): -5634912 or 10486954. OLE color: 10486954.
HSL color Cylindrical-coordinate representation of color #AA04A0: hue angle of 303.61º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04A0 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 160 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.33 |
| HSL | 303.61º | 0.95% | 0.34% | - |
| HSV(B) | 303.61º | 0.98% | 0.67% | - |
| XYZ | 22.97 | 11.17 | 34.2 | - |
| YUV | 71.42 | 178 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 160 | 0 | 0.98 | 0.06 | 0.33 | 303.61 | 0.95 | 0.34 |
| Hex | AA | 4 | A0 | 0 | 62 | 6 | 21 | 130 | 5F | 22 |
| Octal | 252 | 4 | 240 | 0 | 142 | 6 | 41 | 460 | 137 | 42 |
| Binary | 10101010 | 100 | 10100000 | 0 | 1100010 | 110 | 100001 | 100110000 | 1011111 | 100010 |
Color Harmonies of #AA04A0
Complementary color
Monochromatic Colors of #AA04A0
Black with #AA04A0
Text Example
Text Example
White with #AA04A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA04A0; }
p { color: rgb(170,4,160); }
H1.HeaderClassName
{
color: #AA04A0;
}
.AnyTagClassName
{
color: #AA04A0;
}
</style>
background-color css
<style>
a { background-color: #AA04A0; }
a { background-color: rgb(170,4,160); }
div.DivClassName
{
background-color: #AA04A0;
}
.BgClassName
{
background-color: #AA04A0;
}
</style>
border-color css
<style>
span { border-color: #AA04A0; }
span { border-color: rgb(170,4,160); }
td.TdClassName
{
border-color: #AA04A0;
}
.TagClassName
{
border-color: #AA04A0;
}
</style>