Shades of Dark Magenta #AA02A4
Tints of Dark Magenta #AA02A4
RGB
CMYK
RGB Variations
Color information
#AA02A4 (or 0xAA02A4) is known color: Dark Magenta. HEX triplet: AA, 02 and A4. RGB value is (170,2,164). Sum of RGB (Red+Green+Blue) = 170+2+164=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 164 (64.45% from 255 or 48.81% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA02A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA02A4 is #55FD5B. Grayscale: #464646. Windows color (decimal): -5635420 or 10748586. OLE color: 10748586.
HSL color Cylindrical-coordinate representation of color #AA02A4: hue angle of 302.14º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02A4 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 164 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.33 |
| HSL | 302.14º | 0.98% | 0.34% | - |
| HSV(B) | 302.14º | 0.99% | 0.67% | - |
| XYZ | 23.3 | 11.27 | 36.07 | - |
| YUV | 70.7 | 180.66 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 164 | 0 | 0.99 | 0.04 | 0.33 | 302.14 | 0.98 | 0.34 |
| Hex | AA | 2 | A4 | 0 | 63 | 4 | 21 | 12E | 62 | 22 |
| Octal | 252 | 2 | 244 | 0 | 143 | 4 | 41 | 456 | 142 | 42 |
| Binary | 10101010 | 10 | 10100100 | 0 | 1100011 | 100 | 100001 | 100101110 | 1100010 | 100010 |
Color Harmonies of #AA02A4
Complementary color
Monochromatic Colors of #AA02A4
Black with #AA02A4
Text Example
Text Example
White with #AA02A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA02A4; }
p { color: rgb(170,2,164); }
H1.HeaderClassName
{
color: #AA02A4;
}
.AnyTagClassName
{
color: #AA02A4;
}
</style>
background-color css
<style>
a { background-color: #AA02A4; }
a { background-color: rgb(170,2,164); }
div.DivClassName
{
background-color: #AA02A4;
}
.BgClassName
{
background-color: #AA02A4;
}
</style>
border-color css
<style>
span { border-color: #AA02A4; }
span { border-color: rgb(170,2,164); }
td.TdClassName
{
border-color: #AA02A4;
}
.TagClassName
{
border-color: #AA02A4;
}
</style>