Shades of Medium Red Violet #AA2980
Tints of Medium Red Violet #AA2980
RGB
CMYK
RGB Variations
Color information
#AA2980 (or 0xAA2980) is known color: Medium Red Violet. HEX triplet: AA, 29 and 80. RGB value is (170,41,128). Sum of RGB (Red+Green+Blue) = 170+41+128=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2980 is #55D67F. Grayscale: #595959. Windows color (decimal): -5625472 or 8399274. OLE color: 8399274.
HSL color Cylindrical-coordinate representation of color #AA2980: hue angle of 319.53º 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 #AA2980 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 41 | 128 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.33 |
| HSL | 319.53º | 0.61% | 0.41% | - |
| HSV(B) | 319.53º | 0.76% | 0.67% | - |
| XYZ | 21.27 | 11.69 | 21.56 | - |
| YUV | 89.49 | 149.74 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 41 | 128 | 0 | 0.76 | 0.25 | 0.33 | 319.53 | 0.61 | 0.41 |
| Hex | AA | 29 | 80 | 0 | 4C | 19 | 21 | 140 | 3D | 29 |
| Octal | 252 | 51 | 200 | 0 | 114 | 31 | 41 | 500 | 75 | 51 |
| Binary | 10101010 | 101001 | 10000000 | 0 | 1001100 | 11001 | 100001 | 101000000 | 111101 | 101001 |
Color Harmonies of #AA2980
Complementary color
Monochromatic Colors of #AA2980
Black with #AA2980
Text Example
Text Example
White with #AA2980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2980; }
p { color: rgb(170,41,128); }
H1.HeaderClassName
{
color: #AA2980;
}
.AnyTagClassName
{
color: #AA2980;
}
</style>
background-color css
<style>
a { background-color: #AA2980; }
a { background-color: rgb(170,41,128); }
div.DivClassName
{
background-color: #AA2980;
}
.BgClassName
{
background-color: #AA2980;
}
</style>
border-color css
<style>
span { border-color: #AA2980; }
span { border-color: rgb(170,41,128); }
td.TdClassName
{
border-color: #AA2980;
}
.TagClassName
{
border-color: #AA2980;
}
</style>