Shades of Dark Magenta #AA03A2
Tints of Dark Magenta #AA03A2
RGB
CMYK
RGB Variations
Color information
#AA03A2 (or 0xAA03A2) is known color: Dark Magenta. HEX triplet: AA, 03 and A2. RGB value is (170,3,162). Sum of RGB (Red+Green+Blue) = 170+3+162=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 162 (63.67% from 255 or 48.36% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA03A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA03A2 is #55FC5D. Grayscale: #464646. Windows color (decimal): -5635166 or 10617770. OLE color: 10617770.
HSL color Cylindrical-coordinate representation of color #AA03A2: hue angle of 302.87º degrees, saturation: 0.97, 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 #AA03A2 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 162 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.33 |
| HSL | 302.87º | 0.97% | 0.34% | - |
| HSV(B) | 302.87º | 0.98% | 0.67% | - |
| XYZ | 23.13 | 11.22 | 35.13 | - |
| YUV | 71.06 | 179.33 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 162 | 0 | 0.98 | 0.05 | 0.33 | 302.87 | 0.97 | 0.34 |
| Hex | AA | 3 | A2 | 0 | 62 | 5 | 21 | 12F | 61 | 22 |
| Octal | 252 | 3 | 242 | 0 | 142 | 5 | 41 | 457 | 141 | 42 |
| Binary | 10101010 | 11 | 10100010 | 0 | 1100010 | 101 | 100001 | 100101111 | 1100001 | 100010 |
Color Harmonies of #AA03A2
Complementary color
Monochromatic Colors of #AA03A2
Black with #AA03A2
Text Example
Text Example
White with #AA03A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA03A2; }
p { color: rgb(170,3,162); }
H1.HeaderClassName
{
color: #AA03A2;
}
.AnyTagClassName
{
color: #AA03A2;
}
</style>
background-color css
<style>
a { background-color: #AA03A2; }
a { background-color: rgb(170,3,162); }
div.DivClassName
{
background-color: #AA03A2;
}
.BgClassName
{
background-color: #AA03A2;
}
</style>
border-color css
<style>
span { border-color: #AA03A2; }
span { border-color: rgb(170,3,162); }
td.TdClassName
{
border-color: #AA03A2;
}
.TagClassName
{
border-color: #AA03A2;
}
</style>