Shades of Medium Violet Red #AA1797
Tints of Medium Violet Red #AA1797
RGB
CMYK
RGB Variations
Color information
#AA1797 (or 0xAA1797) is known color: Medium Violet Red. HEX triplet: AA, 17 and 97. RGB value is (170,23,151). Sum of RGB (Red+Green+Blue) = 170+23+151=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1797 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1797 is #55E868. Grayscale: #515151. Windows color (decimal): -5630057 or 9901994. OLE color: 9901994.
HSL color Cylindrical-coordinate representation of color #AA1797: hue angle of 307.76º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1797 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 151 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.33 |
| HSL | 307.76º | 0.76% | 0.38% | - |
| HSV(B) | 307.76º | 0.86% | 0.67% | - |
| XYZ | 22.47 | 11.39 | 30.29 | - |
| YUV | 81.55 | 167.2 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 151 | 0 | 0.86 | 0.11 | 0.33 | 307.76 | 0.76 | 0.38 |
| Hex | AA | 17 | 97 | 0 | 56 | B | 21 | 134 | 4C | 26 |
| Octal | 252 | 27 | 227 | 0 | 126 | 13 | 41 | 464 | 114 | 46 |
| Binary | 10101010 | 10111 | 10010111 | 0 | 1010110 | 1011 | 100001 | 100110100 | 1001100 | 100110 |
Color Harmonies of #AA1797
Complementary color
Monochromatic Colors of #AA1797
Black with #AA1797
Text Example
Text Example
White with #AA1797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1797; }
p { color: rgb(170,23,151); }
H1.HeaderClassName
{
color: #AA1797;
}
.AnyTagClassName
{
color: #AA1797;
}
</style>
background-color css
<style>
a { background-color: #AA1797; }
a { background-color: rgb(170,23,151); }
div.DivClassName
{
background-color: #AA1797;
}
.BgClassName
{
background-color: #AA1797;
}
</style>
border-color css
<style>
span { border-color: #AA1797; }
span { border-color: rgb(170,23,151); }
td.TdClassName
{
border-color: #AA1797;
}
.TagClassName
{
border-color: #AA1797;
}
</style>