Shades of Medium Violet Red #AA197D
Tints of Medium Violet Red #AA197D
RGB
CMYK
RGB Variations
Color information
#AA197D (or 0xAA197D) is known color: Medium Violet Red. HEX triplet: AA, 19 and 7D. RGB value is (170,25,125). Sum of RGB (Red+Green+Blue) = 170+25+125=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA197D is #55E682. Grayscale: #4F4F4F. Windows color (decimal): -5629571 or 8198570. OLE color: 8198570.
HSL color Cylindrical-coordinate representation of color #AA197D: hue angle of 318.62º 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 #AA197D is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 125 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.33 |
| HSL | 318.62º | 0.74% | 0.38% | - |
| HSV(B) | 318.62º | 0.85% | 0.67% | - |
| XYZ | 20.63 | 10.72 | 20.38 | - |
| YUV | 79.76 | 153.54 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 125 | 0 | 0.85 | 0.26 | 0.33 | 318.62 | 0.74 | 0.38 |
| Hex | AA | 19 | 7D | 0 | 55 | 1A | 21 | 13F | 4A | 26 |
| Octal | 252 | 31 | 175 | 0 | 125 | 32 | 41 | 477 | 112 | 46 |
| Binary | 10101010 | 11001 | 1111101 | 0 | 1010101 | 11010 | 100001 | 100111111 | 1001010 | 100110 |
Color Harmonies of #AA197D
Complementary color
Monochromatic Colors of #AA197D
Black with #AA197D
Text Example
Text Example
White with #AA197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA197D; }
p { color: rgb(170,25,125); }
H1.HeaderClassName
{
color: #AA197D;
}
.AnyTagClassName
{
color: #AA197D;
}
</style>
background-color css
<style>
a { background-color: #AA197D; }
a { background-color: rgb(170,25,125); }
div.DivClassName
{
background-color: #AA197D;
}
.BgClassName
{
background-color: #AA197D;
}
</style>
border-color css
<style>
span { border-color: #AA197D; }
span { border-color: rgb(170,25,125); }
td.TdClassName
{
border-color: #AA197D;
}
.TagClassName
{
border-color: #AA197D;
}
</style>