Shades of Dark Magenta #AA0196
Tints of Dark Magenta #AA0196
RGB
CMYK
RGB Variations
Color information
#AA0196 (or 0xAA0196) is known color: Dark Magenta. HEX triplet: AA, 01 and 96. RGB value is (170,1,150). Sum of RGB (Red+Green+Blue) = 170+1+150=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0196 is #55FE69. Grayscale: #444444. Windows color (decimal): -5635690 or 9830826. OLE color: 9830826.
HSL color Cylindrical-coordinate representation of color #AA0196: hue angle of 307.1º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0196 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 150 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.33 |
| HSL | 307.1º | 0.99% | 0.34% | - |
| HSV(B) | 307.1º | 0.99% | 0.67% | - |
| XYZ | 22.09 | 10.77 | 29.77 | - |
| YUV | 68.52 | 173.99 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 150 | 0 | 0.99 | 0.12 | 0.33 | 307.1 | 0.99 | 0.34 |
| Hex | AA | 1 | 96 | 0 | 63 | C | 21 | 133 | 63 | 22 |
| Octal | 252 | 1 | 226 | 0 | 143 | 14 | 41 | 463 | 143 | 42 |
| Binary | 10101010 | 1 | 10010110 | 0 | 1100011 | 1100 | 100001 | 100110011 | 1100011 | 100010 |
Color Harmonies of #AA0196
Complementary color
Monochromatic Colors of #AA0196
Black with #AA0196
Text Example
Text Example
White with #AA0196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0196; }
p { color: rgb(170,1,150); }
H1.HeaderClassName
{
color: #AA0196;
}
.AnyTagClassName
{
color: #AA0196;
}
</style>
background-color css
<style>
a { background-color: #AA0196; }
a { background-color: rgb(170,1,150); }
div.DivClassName
{
background-color: #AA0196;
}
.BgClassName
{
background-color: #AA0196;
}
</style>
border-color css
<style>
span { border-color: #AA0196; }
span { border-color: rgb(170,1,150); }
td.TdClassName
{
border-color: #AA0196;
}
.TagClassName
{
border-color: #AA0196;
}
</style>