Shades of Dark Magenta #AA01A0
Tints of Dark Magenta #AA01A0
RGB
CMYK
RGB Variations
Color information
#AA01A0 (or 0xAA01A0) is known color: Dark Magenta. HEX triplet: AA, 01 and A0. RGB value is (170,1,160). Sum of RGB (Red+Green+Blue) = 170+1+160=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 160 (62.89% from 255 or 48.34% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA01A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA01A0 is #55FE5F. Grayscale: #454545. Windows color (decimal): -5635680 or 10486186. OLE color: 10486186.
HSL color Cylindrical-coordinate representation of color #AA01A0: hue angle of 303.55º degrees, saturation: 0.99, 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 #AA01A0 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 160 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.33 |
| HSL | 303.55º | 0.99% | 0.34% | - |
| HSV(B) | 303.55º | 0.99% | 0.67% | - |
| XYZ | 22.93 | 11.11 | 34.19 | - |
| YUV | 69.66 | 178.99 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 160 | 0 | 0.99 | 0.06 | 0.33 | 303.55 | 0.99 | 0.34 |
| Hex | AA | 1 | A0 | 0 | 63 | 6 | 21 | 130 | 63 | 22 |
| Octal | 252 | 1 | 240 | 0 | 143 | 6 | 41 | 460 | 143 | 42 |
| Binary | 10101010 | 1 | 10100000 | 0 | 1100011 | 110 | 100001 | 100110000 | 1100011 | 100010 |
Color Harmonies of #AA01A0
Complementary color
Monochromatic Colors of #AA01A0
Black with #AA01A0
Text Example
Text Example
White with #AA01A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA01A0; }
p { color: rgb(170,1,160); }
H1.HeaderClassName
{
color: #AA01A0;
}
.AnyTagClassName
{
color: #AA01A0;
}
</style>
background-color css
<style>
a { background-color: #AA01A0; }
a { background-color: rgb(170,1,160); }
div.DivClassName
{
background-color: #AA01A0;
}
.BgClassName
{
background-color: #AA01A0;
}
</style>
border-color css
<style>
span { border-color: #AA01A0; }
span { border-color: rgb(170,1,160); }
td.TdClassName
{
border-color: #AA01A0;
}
.TagClassName
{
border-color: #AA01A0;
}
</style>