Shades of Dark Magenta #AA00A5
Tints of Dark Magenta #AA00A5
RGB
CMYK
RGB Variations
Color information
#AA00A5 (or 0xAA00A5) is known color: Dark Magenta. HEX triplet: AA, 00 and A5. RGB value is (170,0,165). Sum of RGB (Red+Green+Blue) = 170+0+165=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 165 (64.84% from 255 or 49.25% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA00A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA00A5 is #55FF5A. Grayscale: #454545. Windows color (decimal): -5635931 or 10813610. OLE color: 10813610.
HSL color Cylindrical-coordinate representation of color #AA00A5: hue angle of 301.76º 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 #AA00A5 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 165 | - |
| CMYK | 0 | 1 | 0.03 | 0.33 |
| HSL | 301.76º | 1% | 0.33% | - |
| HSV(B) | 301.76º | 1% | 0.67% | - |
| XYZ | 23.37 | 11.26 | 36.54 | - |
| YUV | 69.64 | 181.82 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 165 | 0 | 1 | 0.03 | 0.33 | 301.76 | 1 | 0.33 |
| Hex | AA | 0 | A5 | 0 | 64 | 3 | 21 | 12E | 64 | 21 |
| Octal | 252 | 0 | 245 | 0 | 144 | 3 | 41 | 456 | 144 | 41 |
| Binary | 10101010 | 0 | 10100101 | 0 | 1100100 | 11 | 100001 | 100101110 | 1100100 | 100001 |
Color Harmonies of #AA00A5
Complementary color
Monochromatic Colors of #AA00A5
Black with #AA00A5
Text Example
Text Example
White with #AA00A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA00A5; }
p { color: rgb(170,0,165); }
H1.HeaderClassName
{
color: #AA00A5;
}
.AnyTagClassName
{
color: #AA00A5;
}
</style>
background-color css
<style>
a { background-color: #AA00A5; }
a { background-color: rgb(170,0,165); }
div.DivClassName
{
background-color: #AA00A5;
}
.BgClassName
{
background-color: #AA00A5;
}
</style>
border-color css
<style>
span { border-color: #AA00A5; }
span { border-color: rgb(170,0,165); }
td.TdClassName
{
border-color: #AA00A5;
}
.TagClassName
{
border-color: #AA00A5;
}
</style>