Shades of Medium Red Violet #AA2974
Tints of Medium Red Violet #AA2974
RGB
CMYK
RGB Variations
Color information
#AA2974 (or 0xAA2974) is known color: Medium Red Violet. HEX triplet: AA, 29 and 74. RGB value is (170,41,116). Sum of RGB (Red+Green+Blue) = 170+41+116=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2974 is #55D68B. Grayscale: #575757. Windows color (decimal): -5625484 or 7612842. OLE color: 7612842.
HSL color Cylindrical-coordinate representation of color #AA2974: hue angle of 325.12º 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 #AA2974 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 116 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.33 |
| HSL | 325.12º | 0.61% | 0.41% | - |
| HSV(B) | 325.12º | 0.76% | 0.67% | - |
| XYZ | 20.52 | 11.39 | 17.64 | - |
| YUV | 88.12 | 143.74 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 116 | 0 | 0.76 | 0.32 | 0.33 | 325.12 | 0.61 | 0.41 |
| Hex | AA | 29 | 74 | 0 | 4C | 20 | 21 | 145 | 3D | 29 |
| Octal | 252 | 51 | 164 | 0 | 114 | 40 | 41 | 505 | 75 | 51 |
| Binary | 10101010 | 101001 | 1110100 | 0 | 1001100 | 100000 | 100001 | 101000101 | 111101 | 101001 |
Color Harmonies of #AA2974
Complementary color
Monochromatic Colors of #AA2974
Black with #AA2974
Text Example
Text Example
White with #AA2974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2974; }
p { color: rgb(170,41,116); }
H1.HeaderClassName
{
color: #AA2974;
}
.AnyTagClassName
{
color: #AA2974;
}
</style>
background-color css
<style>
a { background-color: #AA2974; }
a { background-color: rgb(170,41,116); }
div.DivClassName
{
background-color: #AA2974;
}
.BgClassName
{
background-color: #AA2974;
}
</style>
border-color css
<style>
span { border-color: #AA2974; }
span { border-color: rgb(170,41,116); }
td.TdClassName
{
border-color: #AA2974;
}
.TagClassName
{
border-color: #AA2974;
}
</style>