Shades of Dark Magenta #AA00A0
Tints of Dark Magenta #AA00A0
RGB
CMYK
RGB Variations
Color information
#AA00A0 (or 0xAA00A0) is known color: Dark Magenta. HEX triplet: AA, 00 and A0. RGB value is (170,0,160). Sum of RGB (Red+Green+Blue) = 170+0+160=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 160 (62.89% from 255 or 48.48% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA00A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA00A0 is #55FF5F. Grayscale: #444444. Windows color (decimal): -5635936 or 10485930. OLE color: 10485930.
HSL color Cylindrical-coordinate representation of color #AA00A0: hue angle of 303.53º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA00A0 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.06 | 0.33 |
| HSL | 303.53º | 1% | 0.33% | - |
| HSV(B) | 303.53º | 1% | 0.67% | - |
| XYZ | 22.92 | 11.08 | 34.19 | - |
| YUV | 69.07 | 179.32 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 160 | 0 | 1 | 0.06 | 0.33 | 303.53 | 1 | 0.33 |
| Hex | AA | 0 | A0 | 0 | 64 | 6 | 21 | 130 | 64 | 21 |
| Octal | 252 | 0 | 240 | 0 | 144 | 6 | 41 | 460 | 144 | 41 |
| Binary | 10101010 | 0 | 10100000 | 0 | 1100100 | 110 | 100001 | 100110000 | 1100100 | 100001 |
Color Harmonies of #AA00A0
Complementary color
Monochromatic Colors of #AA00A0
Black with #AA00A0
Text Example
Text Example
White with #AA00A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA00A0; }
p { color: rgb(170,0,160); }
H1.HeaderClassName
{
color: #AA00A0;
}
.AnyTagClassName
{
color: #AA00A0;
}
</style>
background-color css
<style>
a { background-color: #AA00A0; }
a { background-color: rgb(170,0,160); }
div.DivClassName
{
background-color: #AA00A0;
}
.BgClassName
{
background-color: #AA00A0;
}
</style>
border-color css
<style>
span { border-color: #AA00A0; }
span { border-color: rgb(170,0,160); }
td.TdClassName
{
border-color: #AA00A0;
}
.TagClassName
{
border-color: #AA00A0;
}
</style>