Shades of Dark Magenta #AA0297
Tints of Dark Magenta #AA0297
RGB
CMYK
RGB Variations
Color information
#AA0297 (or 0xAA0297) is known color: Dark Magenta. HEX triplet: AA, 02 and 97. RGB value is (170,2,151). Sum of RGB (Red+Green+Blue) = 170+2+151=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 151 (59.38% from 255 or 46.75% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0297 is #55FD68. Grayscale: #444444. Windows color (decimal): -5635433 or 9896618. OLE color: 9896618.
HSL color Cylindrical-coordinate representation of color #AA0297: hue angle of 306.79º degrees, saturation: 0.98, 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 #AA0297 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 151 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.33 |
| HSL | 306.79º | 0.98% | 0.34% | - |
| HSV(B) | 306.79º | 0.99% | 0.67% | - |
| XYZ | 22.19 | 10.82 | 30.2 | - |
| YUV | 69.22 | 174.16 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 151 | 0 | 0.99 | 0.11 | 0.33 | 306.79 | 0.98 | 0.34 |
| Hex | AA | 2 | 97 | 0 | 63 | B | 21 | 133 | 62 | 22 |
| Octal | 252 | 2 | 227 | 0 | 143 | 13 | 41 | 463 | 142 | 42 |
| Binary | 10101010 | 10 | 10010111 | 0 | 1100011 | 1011 | 100001 | 100110011 | 1100010 | 100010 |
Color Harmonies of #AA0297
Complementary color
Monochromatic Colors of #AA0297
Black with #AA0297
Text Example
Text Example
White with #AA0297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0297; }
p { color: rgb(170,2,151); }
H1.HeaderClassName
{
color: #AA0297;
}
.AnyTagClassName
{
color: #AA0297;
}
</style>
background-color css
<style>
a { background-color: #AA0297; }
a { background-color: rgb(170,2,151); }
div.DivClassName
{
background-color: #AA0297;
}
.BgClassName
{
background-color: #AA0297;
}
</style>
border-color css
<style>
span { border-color: #AA0297; }
span { border-color: rgb(170,2,151); }
td.TdClassName
{
border-color: #AA0297;
}
.TagClassName
{
border-color: #AA0297;
}
</style>