Shades of Dark Magenta #AA13A6
Tints of Dark Magenta #AA13A6
RGB
CMYK
RGB Variations
Color information
#AA13A6 (or 0xAA13A6) is known color: Dark Magenta. HEX triplet: AA, 13 and A6. RGB value is (170,19,166). Sum of RGB (Red+Green+Blue) = 170+19+166=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 166 (65.23% from 255 or 46.76% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA13A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA13A6 is #55EC59. Grayscale: #505050. Windows color (decimal): -5631066 or 10884010. OLE color: 10884010.
HSL color Cylindrical-coordinate representation of color #AA13A6: hue angle of 301.59º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA13A6 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 166 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.33 |
| HSL | 301.59º | 0.8% | 0.37% | - |
| HSV(B) | 301.59º | 0.89% | 0.67% | - |
| XYZ | 23.69 | 11.76 | 37.1 | - |
| YUV | 80.91 | 176.03 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 166 | 0 | 0.89 | 0.02 | 0.33 | 301.59 | 0.8 | 0.37 |
| Hex | AA | 13 | A6 | 0 | 59 | 2 | 21 | 12E | 50 | 25 |
| Octal | 252 | 23 | 246 | 0 | 131 | 2 | 41 | 456 | 120 | 45 |
| Binary | 10101010 | 10011 | 10100110 | 0 | 1011001 | 10 | 100001 | 100101110 | 1010000 | 100101 |
Color Harmonies of #AA13A6
Complementary color
Monochromatic Colors of #AA13A6
Black with #AA13A6
Text Example
Text Example
White with #AA13A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA13A6; }
p { color: rgb(170,19,166); }
H1.HeaderClassName
{
color: #AA13A6;
}
.AnyTagClassName
{
color: #AA13A6;
}
</style>
background-color css
<style>
a { background-color: #AA13A6; }
a { background-color: rgb(170,19,166); }
div.DivClassName
{
background-color: #AA13A6;
}
.BgClassName
{
background-color: #AA13A6;
}
</style>
border-color css
<style>
span { border-color: #AA13A6; }
span { border-color: rgb(170,19,166); }
td.TdClassName
{
border-color: #AA13A6;
}
.TagClassName
{
border-color: #AA13A6;
}
</style>