Shades of Medium Red Violet #AA2973
Tints of Medium Red Violet #AA2973
RGB
CMYK
RGB Variations
Color information
#AA2973 (or 0xAA2973) is known color: Medium Red Violet. HEX triplet: AA, 29 and 73. RGB value is (170,41,115). Sum of RGB (Red+Green+Blue) = 170+41+115=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2973 is #55D68C. Grayscale: #575757. Windows color (decimal): -5625485 or 7547306. OLE color: 7547306.
HSL color Cylindrical-coordinate representation of color #AA2973: hue angle of 325.58º 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 #AA2973 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 115 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.33 |
| HSL | 325.58º | 0.61% | 0.41% | - |
| HSV(B) | 325.58º | 0.76% | 0.67% | - |
| XYZ | 20.47 | 11.37 | 17.34 | - |
| YUV | 88.01 | 143.24 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 115 | 0 | 0.76 | 0.32 | 0.33 | 325.58 | 0.61 | 0.41 |
| Hex | AA | 29 | 73 | 0 | 4C | 20 | 21 | 146 | 3D | 29 |
| Octal | 252 | 51 | 163 | 0 | 114 | 40 | 41 | 506 | 75 | 51 |
| Binary | 10101010 | 101001 | 1110011 | 0 | 1001100 | 100000 | 100001 | 101000110 | 111101 | 101001 |
Color Harmonies of #AA2973
Complementary color
Monochromatic Colors of #AA2973
Black with #AA2973
Text Example
Text Example
White with #AA2973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2973; }
p { color: rgb(170,41,115); }
H1.HeaderClassName
{
color: #AA2973;
}
.AnyTagClassName
{
color: #AA2973;
}
</style>
background-color css
<style>
a { background-color: #AA2973; }
a { background-color: rgb(170,41,115); }
div.DivClassName
{
background-color: #AA2973;
}
.BgClassName
{
background-color: #AA2973;
}
</style>
border-color css
<style>
span { border-color: #AA2973; }
span { border-color: rgb(170,41,115); }
td.TdClassName
{
border-color: #AA2973;
}
.TagClassName
{
border-color: #AA2973;
}
</style>