Shades of Dark Magenta #AA0C97
Tints of Dark Magenta #AA0C97
RGB
CMYK
RGB Variations
Color information
#AA0C97 (or 0xAA0C97) is known color: Dark Magenta. HEX triplet: AA, 0C and 97. RGB value is (170,12,151). Sum of RGB (Red+Green+Blue) = 170+12+151=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0C97 is #55F368. Grayscale: #4A4A4A. Windows color (decimal): -5632873 or 9899178. OLE color: 9899178.
HSL color Cylindrical-coordinate representation of color #AA0C97: hue angle of 307.22º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA0C97 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 12 | 151 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.33 |
| HSL | 307.22º | 0.87% | 0.36% | - |
| HSV(B) | 307.22º | 0.93% | 0.67% | - |
| XYZ | 22.29 | 11.04 | 30.23 | - |
| YUV | 75.09 | 170.85 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 12 | 151 | 0 | 0.93 | 0.11 | 0.33 | 307.22 | 0.87 | 0.36 |
| Hex | AA | C | 97 | 0 | 5D | B | 21 | 133 | 57 | 24 |
| Octal | 252 | 14 | 227 | 0 | 135 | 13 | 41 | 463 | 127 | 44 |
| Binary | 10101010 | 1100 | 10010111 | 0 | 1011101 | 1011 | 100001 | 100110011 | 1010111 | 100100 |
Color Harmonies of #AA0C97
Complementary color
Monochromatic Colors of #AA0C97
Black with #AA0C97
Text Example
Text Example
White with #AA0C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0C97; }
p { color: rgb(170,12,151); }
H1.HeaderClassName
{
color: #AA0C97;
}
.AnyTagClassName
{
color: #AA0C97;
}
</style>
background-color css
<style>
a { background-color: #AA0C97; }
a { background-color: rgb(170,12,151); }
div.DivClassName
{
background-color: #AA0C97;
}
.BgClassName
{
background-color: #AA0C97;
}
</style>
border-color css
<style>
span { border-color: #AA0C97; }
span { border-color: rgb(170,12,151); }
td.TdClassName
{
border-color: #AA0C97;
}
.TagClassName
{
border-color: #AA0C97;
}
</style>