Shades of Medium Red Violet #AA2972
Tints of Medium Red Violet #AA2972
RGB
CMYK
RGB Variations
Color information
#AA2972 (or 0xAA2972) is known color: Medium Red Violet. HEX triplet: AA, 29 and 72. RGB value is (170,41,114). Sum of RGB (Red+Green+Blue) = 170+41+114=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2972 is #55D68D. Grayscale: #575757. Windows color (decimal): -5625486 or 7481770. OLE color: 7481770.
HSL color Cylindrical-coordinate representation of color #AA2972: hue angle of 326.05º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2972 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 114 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.33 |
| HSL | 326.05º | 0.61% | 0.41% | - |
| HSV(B) | 326.05º | 0.76% | 0.67% | - |
| XYZ | 20.41 | 11.35 | 17.03 | - |
| YUV | 87.89 | 142.74 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 114 | 0 | 0.76 | 0.33 | 0.33 | 326.05 | 0.61 | 0.41 |
| Hex | AA | 29 | 72 | 0 | 4C | 21 | 21 | 146 | 3D | 29 |
| Octal | 252 | 51 | 162 | 0 | 114 | 41 | 41 | 506 | 75 | 51 |
| Binary | 10101010 | 101001 | 1110010 | 0 | 1001100 | 100001 | 100001 | 101000110 | 111101 | 101001 |
Color Harmonies of #AA2972
Complementary color
Monochromatic Colors of #AA2972
Black with #AA2972
Text Example
Text Example
White with #AA2972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2972; }
p { color: rgb(170,41,114); }
H1.HeaderClassName
{
color: #AA2972;
}
.AnyTagClassName
{
color: #AA2972;
}
</style>
background-color css
<style>
a { background-color: #AA2972; }
a { background-color: rgb(170,41,114); }
div.DivClassName
{
background-color: #AA2972;
}
.BgClassName
{
background-color: #AA2972;
}
</style>
border-color css
<style>
span { border-color: #AA2972; }
span { border-color: rgb(170,41,114); }
td.TdClassName
{
border-color: #AA2972;
}
.TagClassName
{
border-color: #AA2972;
}
</style>