Shades of Dark Magenta #AA0DA6
Tints of Dark Magenta #AA0DA6
RGB
CMYK
RGB Variations
Color information
#AA0DA6 (or 0xAA0DA6) is known color: Dark Magenta. HEX triplet: AA, 0D and A6. RGB value is (170,13,166). Sum of RGB (Red+Green+Blue) = 170+13+166=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 166 (65.23% from 255 or 47.56% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0DA6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0DA6 is #55F259. Grayscale: #4C4C4C. Windows color (decimal): -5632602 or 10882474. OLE color: 10882474.
HSL color Cylindrical-coordinate representation of color #AA0DA6: hue angle of 301.53º 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 #AA0DA6 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 166 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.33 |
| HSL | 301.53º | 0.86% | 0.36% | - |
| HSV(B) | 301.53º | 0.92% | 0.67% | - |
| XYZ | 23.6 | 11.59 | 37.07 | - |
| YUV | 77.39 | 178.01 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 166 | 0 | 0.92 | 0.02 | 0.33 | 301.53 | 0.86 | 0.36 |
| Hex | AA | D | A6 | 0 | 5C | 2 | 21 | 12E | 56 | 24 |
| Octal | 252 | 15 | 246 | 0 | 134 | 2 | 41 | 456 | 126 | 44 |
| Binary | 10101010 | 1101 | 10100110 | 0 | 1011100 | 10 | 100001 | 100101110 | 1010110 | 100100 |
Color Harmonies of #AA0DA6
Complementary color
Monochromatic Colors of #AA0DA6
Black with #AA0DA6
Text Example
Text Example
White with #AA0DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DA6; }
p { color: rgb(170,13,166); }
H1.HeaderClassName
{
color: #AA0DA6;
}
.AnyTagClassName
{
color: #AA0DA6;
}
</style>
background-color css
<style>
a { background-color: #AA0DA6; }
a { background-color: rgb(170,13,166); }
div.DivClassName
{
background-color: #AA0DA6;
}
.BgClassName
{
background-color: #AA0DA6;
}
</style>
border-color css
<style>
span { border-color: #AA0DA6; }
span { border-color: rgb(170,13,166); }
td.TdClassName
{
border-color: #AA0DA6;
}
.TagClassName
{
border-color: #AA0DA6;
}
</style>