Shades of Dark Magenta #AA16A2
Tints of Dark Magenta #AA16A2
RGB
CMYK
RGB Variations
Color information
#AA16A2 (or 0xAA16A2) is known color: Dark Magenta. HEX triplet: AA, 16 and A2. RGB value is (170,22,162). Sum of RGB (Red+Green+Blue) = 170+22+162=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 22 (8.98% from 255 or 6.21% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA16A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA16A2 is #55E95D. Grayscale: #515151. Windows color (decimal): -5630302 or 10622634. OLE color: 10622634.
HSL color Cylindrical-coordinate representation of color #AA16A2: hue angle of 303.24º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA16A2 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 162 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.33 |
| HSL | 303.24º | 0.77% | 0.38% | - |
| HSV(B) | 303.24º | 0.87% | 0.67% | - |
| XYZ | 23.39 | 11.73 | 35.21 | - |
| YUV | 82.21 | 173.03 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 162 | 0 | 0.87 | 0.05 | 0.33 | 303.24 | 0.77 | 0.38 |
| Hex | AA | 16 | A2 | 0 | 57 | 5 | 21 | 12F | 4D | 26 |
| Octal | 252 | 26 | 242 | 0 | 127 | 5 | 41 | 457 | 115 | 46 |
| Binary | 10101010 | 10110 | 10100010 | 0 | 1010111 | 101 | 100001 | 100101111 | 1001101 | 100110 |
Color Harmonies of #AA16A2
Complementary color
Monochromatic Colors of #AA16A2
Black with #AA16A2
Text Example
Text Example
White with #AA16A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA16A2; }
p { color: rgb(170,22,162); }
H1.HeaderClassName
{
color: #AA16A2;
}
.AnyTagClassName
{
color: #AA16A2;
}
</style>
background-color css
<style>
a { background-color: #AA16A2; }
a { background-color: rgb(170,22,162); }
div.DivClassName
{
background-color: #AA16A2;
}
.BgClassName
{
background-color: #AA16A2;
}
</style>
border-color css
<style>
span { border-color: #AA16A2; }
span { border-color: rgb(170,22,162); }
td.TdClassName
{
border-color: #AA16A2;
}
.TagClassName
{
border-color: #AA16A2;
}
</style>