Shades of Medium Violet Red #AA197C
Tints of Medium Violet Red #AA197C
RGB
CMYK
RGB Variations
Color information
#AA197C (or 0xAA197C) is known color: Medium Violet Red. HEX triplet: AA, 19 and 7C. RGB value is (170,25,124). Sum of RGB (Red+Green+Blue) = 170+25+124=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA197C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA197C is #55E683. Grayscale: #4F4F4F. Windows color (decimal): -5629572 or 8133034. OLE color: 8133034.
HSL color Cylindrical-coordinate representation of color #AA197C: hue angle of 319.03º 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 #AA197C is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 124 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.33 |
| HSL | 319.03º | 0.74% | 0.38% | - |
| HSV(B) | 319.03º | 0.85% | 0.67% | - |
| XYZ | 20.56 | 10.7 | 20.05 | - |
| YUV | 79.64 | 153.04 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 124 | 0 | 0.85 | 0.27 | 0.33 | 319.03 | 0.74 | 0.38 |
| Hex | AA | 19 | 7C | 0 | 55 | 1B | 21 | 13F | 4A | 26 |
| Octal | 252 | 31 | 174 | 0 | 125 | 33 | 41 | 477 | 112 | 46 |
| Binary | 10101010 | 11001 | 1111100 | 0 | 1010101 | 11011 | 100001 | 100111111 | 1001010 | 100110 |
Color Harmonies of #AA197C
Complementary color
Monochromatic Colors of #AA197C
Black with #AA197C
Text Example
Text Example
White with #AA197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA197C; }
p { color: rgb(170,25,124); }
H1.HeaderClassName
{
color: #AA197C;
}
.AnyTagClassName
{
color: #AA197C;
}
</style>
background-color css
<style>
a { background-color: #AA197C; }
a { background-color: rgb(170,25,124); }
div.DivClassName
{
background-color: #AA197C;
}
.BgClassName
{
background-color: #AA197C;
}
</style>
border-color css
<style>
span { border-color: #AA197C; }
span { border-color: rgb(170,25,124); }
td.TdClassName
{
border-color: #AA197C;
}
.TagClassName
{
border-color: #AA197C;
}
</style>