Shades of Dark Magenta #AA0197
Tints of Dark Magenta #AA0197
RGB
CMYK
RGB Variations
Color information
#AA0197 (or 0xAA0197) is known color: Dark Magenta. HEX triplet: AA, 01 and 97. RGB value is (170,1,151). Sum of RGB (Red+Green+Blue) = 170+1+151=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0197 is #55FE68. Grayscale: #444444. Windows color (decimal): -5635689 or 9896362. OLE color: 9896362.
HSL color Cylindrical-coordinate representation of color #AA0197: hue angle of 306.75º 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 #AA0197 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 151 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.33 |
| HSL | 306.75º | 0.99% | 0.34% | - |
| HSV(B) | 306.75º | 0.99% | 0.67% | - |
| XYZ | 22.17 | 10.8 | 30.19 | - |
| YUV | 68.63 | 174.49 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 151 | 0 | 0.99 | 0.11 | 0.33 | 306.75 | 0.99 | 0.34 |
| Hex | AA | 1 | 97 | 0 | 63 | B | 21 | 133 | 63 | 22 |
| Octal | 252 | 1 | 227 | 0 | 143 | 13 | 41 | 463 | 143 | 42 |
| Binary | 10101010 | 1 | 10010111 | 0 | 1100011 | 1011 | 100001 | 100110011 | 1100011 | 100010 |
Color Harmonies of #AA0197
Complementary color
Monochromatic Colors of #AA0197
Black with #AA0197
Text Example
Text Example
White with #AA0197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0197; }
p { color: rgb(170,1,151); }
H1.HeaderClassName
{
color: #AA0197;
}
.AnyTagClassName
{
color: #AA0197;
}
</style>
background-color css
<style>
a { background-color: #AA0197; }
a { background-color: rgb(170,1,151); }
div.DivClassName
{
background-color: #AA0197;
}
.BgClassName
{
background-color: #AA0197;
}
</style>
border-color css
<style>
span { border-color: #AA0197; }
span { border-color: rgb(170,1,151); }
td.TdClassName
{
border-color: #AA0197;
}
.TagClassName
{
border-color: #AA0197;
}
</style>