Shades of Medium Red Violet #AA2970
Tints of Medium Red Violet #AA2970
RGB
CMYK
RGB Variations
Color information
#AA2970 (or 0xAA2970) is known color: Medium Red Violet. HEX triplet: AA, 29 and 70. RGB value is (170,41,112). Sum of RGB (Red+Green+Blue) = 170+41+112=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2970 is #55D68F. Grayscale: #575757. Windows color (decimal): -5625488 or 7350698. OLE color: 7350698.
HSL color Cylindrical-coordinate representation of color #AA2970: hue angle of 326.98º 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 #AA2970 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 112 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.33 |
| HSL | 326.98º | 0.61% | 0.41% | - |
| HSV(B) | 326.98º | 0.76% | 0.67% | - |
| XYZ | 20.3 | 11.3 | 16.44 | - |
| YUV | 87.67 | 141.74 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 112 | 0 | 0.76 | 0.34 | 0.33 | 326.98 | 0.61 | 0.41 |
| Hex | AA | 29 | 70 | 0 | 4C | 22 | 21 | 147 | 3D | 29 |
| Octal | 252 | 51 | 160 | 0 | 114 | 42 | 41 | 507 | 75 | 51 |
| Binary | 10101010 | 101001 | 1110000 | 0 | 1001100 | 100010 | 100001 | 101000111 | 111101 | 101001 |
Color Harmonies of #AA2970
Complementary color
Monochromatic Colors of #AA2970
Black with #AA2970
Text Example
Text Example
White with #AA2970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2970; }
p { color: rgb(170,41,112); }
H1.HeaderClassName
{
color: #AA2970;
}
.AnyTagClassName
{
color: #AA2970;
}
</style>
background-color css
<style>
a { background-color: #AA2970; }
a { background-color: rgb(170,41,112); }
div.DivClassName
{
background-color: #AA2970;
}
.BgClassName
{
background-color: #AA2970;
}
</style>
border-color css
<style>
span { border-color: #AA2970; }
span { border-color: rgb(170,41,112); }
td.TdClassName
{
border-color: #AA2970;
}
.TagClassName
{
border-color: #AA2970;
}
</style>