Shades of Medium Violet Red #AA1997
Tints of Medium Violet Red #AA1997
RGB
CMYK
RGB Variations
Color information
#AA1997 (or 0xAA1997) is known color: Medium Violet Red. HEX triplet: AA, 19 and 97. RGB value is (170,25,151). Sum of RGB (Red+Green+Blue) = 170+25+151=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1997 is #55E668. Grayscale: #525252. Windows color (decimal): -5629545 or 9902506. OLE color: 9902506.
HSL color Cylindrical-coordinate representation of color #AA1997: hue angle of 307.86º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1997 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 151 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.33 |
| HSL | 307.86º | 0.74% | 0.38% | - |
| HSV(B) | 307.86º | 0.85% | 0.67% | - |
| XYZ | 22.51 | 11.48 | 30.31 | - |
| YUV | 82.72 | 166.54 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 151 | 0 | 0.85 | 0.11 | 0.33 | 307.86 | 0.74 | 0.38 |
| Hex | AA | 19 | 97 | 0 | 55 | B | 21 | 134 | 4A | 26 |
| Octal | 252 | 31 | 227 | 0 | 125 | 13 | 41 | 464 | 112 | 46 |
| Binary | 10101010 | 11001 | 10010111 | 0 | 1010101 | 1011 | 100001 | 100110100 | 1001010 | 100110 |
Color Harmonies of #AA1997
Complementary color
Monochromatic Colors of #AA1997
Black with #AA1997
Text Example
Text Example
White with #AA1997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1997; }
p { color: rgb(170,25,151); }
H1.HeaderClassName
{
color: #AA1997;
}
.AnyTagClassName
{
color: #AA1997;
}
</style>
background-color css
<style>
a { background-color: #AA1997; }
a { background-color: rgb(170,25,151); }
div.DivClassName
{
background-color: #AA1997;
}
.BgClassName
{
background-color: #AA1997;
}
</style>
border-color css
<style>
span { border-color: #AA1997; }
span { border-color: rgb(170,25,151); }
td.TdClassName
{
border-color: #AA1997;
}
.TagClassName
{
border-color: #AA1997;
}
</style>