Shades of Dark Magenta #AA0AA3
Tints of Dark Magenta #AA0AA3
RGB
CMYK
RGB Variations
Color information
#AA0AA3 (or 0xAA0AA3) is known color: Dark Magenta. HEX triplet: AA, 0A and A3. RGB value is (170,10,163). Sum of RGB (Red+Green+Blue) = 170+10+163=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 163 (64.06% from 255 or 47.52% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0AA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0AA3 is #55F55C. Grayscale: #4A4A4A. Windows color (decimal): -5633373 or 10685098. OLE color: 10685098.
HSL color Cylindrical-coordinate representation of color #AA0AA3: hue angle of 302.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0AA3 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 163 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.33 |
| HSL | 302.63º | 0.89% | 0.35% | - |
| HSV(B) | 302.63º | 0.94% | 0.67% | - |
| XYZ | 23.3 | 11.41 | 35.62 | - |
| YUV | 75.28 | 177.51 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 163 | 0 | 0.94 | 0.04 | 0.33 | 302.63 | 0.89 | 0.35 |
| Hex | AA | A | A3 | 0 | 5E | 4 | 21 | 12F | 59 | 23 |
| Octal | 252 | 12 | 243 | 0 | 136 | 4 | 41 | 457 | 131 | 43 |
| Binary | 10101010 | 1010 | 10100011 | 0 | 1011110 | 100 | 100001 | 100101111 | 1011001 | 100011 |
Color Harmonies of #AA0AA3
Complementary color
Monochromatic Colors of #AA0AA3
Black with #AA0AA3
Text Example
Text Example
White with #AA0AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0AA3; }
p { color: rgb(170,10,163); }
H1.HeaderClassName
{
color: #AA0AA3;
}
.AnyTagClassName
{
color: #AA0AA3;
}
</style>
background-color css
<style>
a { background-color: #AA0AA3; }
a { background-color: rgb(170,10,163); }
div.DivClassName
{
background-color: #AA0AA3;
}
.BgClassName
{
background-color: #AA0AA3;
}
</style>
border-color css
<style>
span { border-color: #AA0AA3; }
span { border-color: rgb(170,10,163); }
td.TdClassName
{
border-color: #AA0AA3;
}
.TagClassName
{
border-color: #AA0AA3;
}
</style>