Shades of Dark Magenta #AA13A1
Tints of Dark Magenta #AA13A1
RGB
CMYK
RGB Variations
Color information
#AA13A1 (or 0xAA13A1) is known color: Dark Magenta. HEX triplet: AA, 13 and A1. RGB value is (170,19,161). Sum of RGB (Red+Green+Blue) = 170+19+161=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 161 (63.28% from 255 or 46% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA13A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA13A1 is #55EC5E. Grayscale: #4F4F4F. Windows color (decimal): -5631071 or 10556330. OLE color: 10556330.
HSL color Cylindrical-coordinate representation of color #AA13A1: hue angle of 303.58º 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 #AA13A1 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 161 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.33 |
| HSL | 303.58º | 0.8% | 0.37% | - |
| HSV(B) | 303.58º | 0.89% | 0.67% | - |
| XYZ | 23.24 | 11.59 | 34.73 | - |
| YUV | 80.34 | 173.53 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 161 | 0 | 0.89 | 0.05 | 0.33 | 303.58 | 0.8 | 0.37 |
| Hex | AA | 13 | A1 | 0 | 59 | 5 | 21 | 130 | 50 | 25 |
| Octal | 252 | 23 | 241 | 0 | 131 | 5 | 41 | 460 | 120 | 45 |
| Binary | 10101010 | 10011 | 10100001 | 0 | 1011001 | 101 | 100001 | 100110000 | 1010000 | 100101 |
Color Harmonies of #AA13A1
Complementary color
Monochromatic Colors of #AA13A1
Black with #AA13A1
Text Example
Text Example
White with #AA13A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA13A1; }
p { color: rgb(170,19,161); }
H1.HeaderClassName
{
color: #AA13A1;
}
.AnyTagClassName
{
color: #AA13A1;
}
</style>
background-color css
<style>
a { background-color: #AA13A1; }
a { background-color: rgb(170,19,161); }
div.DivClassName
{
background-color: #AA13A1;
}
.BgClassName
{
background-color: #AA13A1;
}
</style>
border-color css
<style>
span { border-color: #AA13A1; }
span { border-color: rgb(170,19,161); }
td.TdClassName
{
border-color: #AA13A1;
}
.TagClassName
{
border-color: #AA13A1;
}
</style>