Shades of Dark Magenta #AA0DA5
Tints of Dark Magenta #AA0DA5
RGB
CMYK
RGB Variations
Color information
#AA0DA5 (or 0xAA0DA5) is known color: Dark Magenta. HEX triplet: AA, 0D and A5. RGB value is (170,13,165). Sum of RGB (Red+Green+Blue) = 170+13+165=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 165 (64.84% from 255 or 47.41% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0DA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0DA5 is #55F25A. Grayscale: #4C4C4C. Windows color (decimal): -5632603 or 10816938. OLE color: 10816938.
HSL color Cylindrical-coordinate representation of color #AA0DA5: hue angle of 301.91º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0DA5 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 165 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.33 |
| HSL | 301.91º | 0.86% | 0.36% | - |
| HSV(B) | 301.91º | 0.92% | 0.67% | - |
| XYZ | 23.51 | 11.55 | 36.59 | - |
| YUV | 77.27 | 177.51 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 165 | 0 | 0.92 | 0.03 | 0.33 | 301.91 | 0.86 | 0.36 |
| Hex | AA | D | A5 | 0 | 5C | 3 | 21 | 12E | 56 | 24 |
| Octal | 252 | 15 | 245 | 0 | 134 | 3 | 41 | 456 | 126 | 44 |
| Binary | 10101010 | 1101 | 10100101 | 0 | 1011100 | 11 | 100001 | 100101110 | 1010110 | 100100 |
Color Harmonies of #AA0DA5
Complementary color
Monochromatic Colors of #AA0DA5
Black with #AA0DA5
Text Example
Text Example
White with #AA0DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DA5; }
p { color: rgb(170,13,165); }
H1.HeaderClassName
{
color: #AA0DA5;
}
.AnyTagClassName
{
color: #AA0DA5;
}
</style>
background-color css
<style>
a { background-color: #AA0DA5; }
a { background-color: rgb(170,13,165); }
div.DivClassName
{
background-color: #AA0DA5;
}
.BgClassName
{
background-color: #AA0DA5;
}
</style>
border-color css
<style>
span { border-color: #AA0DA5; }
span { border-color: rgb(170,13,165); }
td.TdClassName
{
border-color: #AA0DA5;
}
.TagClassName
{
border-color: #AA0DA5;
}
</style>