Shades of Dark Magenta #AA10A1
Tints of Dark Magenta #AA10A1
RGB
CMYK
RGB Variations
Color information
#AA10A1 (or 0xAA10A1) is known color: Dark Magenta. HEX triplet: AA, 10 and A1. RGB value is (170,16,161). Sum of RGB (Red+Green+Blue) = 170+16+161=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 161 (63.28% from 255 or 46.40% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA10A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA10A1 is #55EF5E. Grayscale: #4E4E4E. Windows color (decimal): -5631839 or 10555562. OLE color: 10555562.
HSL color Cylindrical-coordinate representation of color #AA10A1: hue angle of 303.51º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA10A1 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 161 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.33 |
| HSL | 303.51º | 0.83% | 0.36% | - |
| HSV(B) | 303.51º | 0.91% | 0.67% | - |
| XYZ | 23.2 | 11.49 | 34.71 | - |
| YUV | 78.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 161 | 0 | 0.91 | 0.05 | 0.33 | 303.51 | 0.83 | 0.36 |
| Hex | AA | 10 | A1 | 0 | 5B | 5 | 21 | 130 | 53 | 24 |
| Octal | 252 | 20 | 241 | 0 | 133 | 5 | 41 | 460 | 123 | 44 |
| Binary | 10101010 | 10000 | 10100001 | 0 | 1011011 | 101 | 100001 | 100110000 | 1010011 | 100100 |
Color Harmonies of #AA10A1
Complementary color
Monochromatic Colors of #AA10A1
Black with #AA10A1
Text Example
Text Example
White with #AA10A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA10A1; }
p { color: rgb(170,16,161); }
H1.HeaderClassName
{
color: #AA10A1;
}
.AnyTagClassName
{
color: #AA10A1;
}
</style>
background-color css
<style>
a { background-color: #AA10A1; }
a { background-color: rgb(170,16,161); }
div.DivClassName
{
background-color: #AA10A1;
}
.BgClassName
{
background-color: #AA10A1;
}
</style>
border-color css
<style>
span { border-color: #AA10A1; }
span { border-color: rgb(170,16,161); }
td.TdClassName
{
border-color: #AA10A1;
}
.TagClassName
{
border-color: #AA10A1;
}
</style>