Shades of Medium Violet Red #AA197A
Tints of Medium Violet Red #AA197A
RGB
CMYK
RGB Variations
Color information
#AA197A (or 0xAA197A) is known color: Medium Violet Red. HEX triplet: AA, 19 and 7A. RGB value is (170,25,122). Sum of RGB (Red+Green+Blue) = 170+25+122=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA197A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA197A is #55E685. Grayscale: #4F4F4F. Windows color (decimal): -5629574 or 8001962. OLE color: 8001962.
HSL color Cylindrical-coordinate representation of color #AA197A: hue angle of 319.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 #AA197A is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 122 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.33 |
| HSL | 319.86º | 0.74% | 0.38% | - |
| HSV(B) | 319.86º | 0.85% | 0.67% | - |
| XYZ | 20.44 | 10.65 | 19.39 | - |
| YUV | 79.41 | 152.04 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 122 | 0 | 0.85 | 0.28 | 0.33 | 319.86 | 0.74 | 0.38 |
| Hex | AA | 19 | 7A | 0 | 55 | 1C | 21 | 140 | 4A | 26 |
| Octal | 252 | 31 | 172 | 0 | 125 | 34 | 41 | 500 | 112 | 46 |
| Binary | 10101010 | 11001 | 1111010 | 0 | 1010101 | 11100 | 100001 | 101000000 | 1001010 | 100110 |
Color Harmonies of #AA197A
Complementary color
Monochromatic Colors of #AA197A
Black with #AA197A
Text Example
Text Example
White with #AA197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA197A; }
p { color: rgb(170,25,122); }
H1.HeaderClassName
{
color: #AA197A;
}
.AnyTagClassName
{
color: #AA197A;
}
</style>
background-color css
<style>
a { background-color: #AA197A; }
a { background-color: rgb(170,25,122); }
div.DivClassName
{
background-color: #AA197A;
}
.BgClassName
{
background-color: #AA197A;
}
</style>
border-color css
<style>
span { border-color: #AA197A; }
span { border-color: rgb(170,25,122); }
td.TdClassName
{
border-color: #AA197A;
}
.TagClassName
{
border-color: #AA197A;
}
</style>