Shades of Dark Magenta #AA02A3
Tints of Dark Magenta #AA02A3
RGB
CMYK
RGB Variations
Color information
#AA02A3 (or 0xAA02A3) is known color: Dark Magenta. HEX triplet: AA, 02 and A3. RGB value is (170,2,163). Sum of RGB (Red+Green+Blue) = 170+2+163=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 163 (64.06% from 255 or 48.66% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA02A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA02A3 is #55FD5C. Grayscale: #464646. Windows color (decimal): -5635421 or 10683050. OLE color: 10683050.
HSL color Cylindrical-coordinate representation of color #AA02A3: hue angle of 302.5º 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 #AA02A3 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 163 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.33 |
| HSL | 302.5º | 0.98% | 0.34% | - |
| HSV(B) | 302.5º | 0.99% | 0.67% | - |
| XYZ | 23.21 | 11.23 | 35.6 | - |
| YUV | 70.59 | 180.16 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 163 | 0 | 0.99 | 0.04 | 0.33 | 302.5 | 0.98 | 0.34 |
| Hex | AA | 2 | A3 | 0 | 63 | 4 | 21 | 12E | 62 | 22 |
| Octal | 252 | 2 | 243 | 0 | 143 | 4 | 41 | 456 | 142 | 42 |
| Binary | 10101010 | 10 | 10100011 | 0 | 1100011 | 100 | 100001 | 100101110 | 1100010 | 100010 |
Color Harmonies of #AA02A3
Complementary color
Monochromatic Colors of #AA02A3
Black with #AA02A3
Text Example
Text Example
White with #AA02A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA02A3; }
p { color: rgb(170,2,163); }
H1.HeaderClassName
{
color: #AA02A3;
}
.AnyTagClassName
{
color: #AA02A3;
}
</style>
background-color css
<style>
a { background-color: #AA02A3; }
a { background-color: rgb(170,2,163); }
div.DivClassName
{
background-color: #AA02A3;
}
.BgClassName
{
background-color: #AA02A3;
}
</style>
border-color css
<style>
span { border-color: #AA02A3; }
span { border-color: rgb(170,2,163); }
td.TdClassName
{
border-color: #AA02A3;
}
.TagClassName
{
border-color: #AA02A3;
}
</style>