Shades of Medium Red Violet #AA2979
Tints of Medium Red Violet #AA2979
RGB
CMYK
RGB Variations
Color information
#AA2979 (or 0xAA2979) is known color: Medium Red Violet. HEX triplet: AA, 29 and 79. RGB value is (170,41,121). Sum of RGB (Red+Green+Blue) = 170+41+121=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2979 is #55D686. Grayscale: #585858. Windows color (decimal): -5625479 or 7940522. OLE color: 7940522.
HSL color Cylindrical-coordinate representation of color #AA2979: hue angle of 322.79º 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 #AA2979 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 121 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.33 |
| HSL | 322.79º | 0.61% | 0.41% | - |
| HSV(B) | 322.79º | 0.76% | 0.67% | - |
| XYZ | 20.82 | 11.51 | 19.21 | - |
| YUV | 88.69 | 146.24 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 121 | 0 | 0.76 | 0.29 | 0.33 | 322.79 | 0.61 | 0.41 |
| Hex | AA | 29 | 79 | 0 | 4C | 1D | 21 | 143 | 3D | 29 |
| Octal | 252 | 51 | 171 | 0 | 114 | 35 | 41 | 503 | 75 | 51 |
| Binary | 10101010 | 101001 | 1111001 | 0 | 1001100 | 11101 | 100001 | 101000011 | 111101 | 101001 |
Color Harmonies of #AA2979
Complementary color
Monochromatic Colors of #AA2979
Black with #AA2979
Text Example
Text Example
White with #AA2979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2979; }
p { color: rgb(170,41,121); }
H1.HeaderClassName
{
color: #AA2979;
}
.AnyTagClassName
{
color: #AA2979;
}
</style>
background-color css
<style>
a { background-color: #AA2979; }
a { background-color: rgb(170,41,121); }
div.DivClassName
{
background-color: #AA2979;
}
.BgClassName
{
background-color: #AA2979;
}
</style>
border-color css
<style>
span { border-color: #AA2979; }
span { border-color: rgb(170,41,121); }
td.TdClassName
{
border-color: #AA2979;
}
.TagClassName
{
border-color: #AA2979;
}
</style>