Shades of Medium Red Violet #AA4990
Tints of Medium Red Violet #AA4990
RGB
CMYK
RGB Variations
Color information
#AA4990 (or 0xAA4990) is known color: Medium Red Violet. HEX triplet: AA, 49 and 90. RGB value is (170,73,144). Sum of RGB (Red+Green+Blue) = 170+73+144=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4990 is #55B66F. Grayscale: #6D6D6D. Windows color (decimal): -5617264 or 9456042. OLE color: 9456042.
HSL color Cylindrical-coordinate representation of color #AA4990: hue angle of 316.08º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA4990 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 73 | 144 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.33 |
| HSL | 316.08º | 0.4% | 0.48% | - |
| HSV(B) | 316.08º | 0.57% | 0.67% | - |
| XYZ | 23.99 | 15.32 | 28.08 | - |
| YUV | 110.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 144 | 0 | 0.57 | 0.15 | 0.33 | 316.08 | 0.4 | 0.48 |
| Hex | AA | 49 | 90 | 0 | 39 | F | 21 | 13C | 28 | 30 |
| Octal | 252 | 111 | 220 | 0 | 71 | 17 | 41 | 474 | 50 | 60 |
| Binary | 10101010 | 1001001 | 10010000 | 0 | 111001 | 1111 | 100001 | 100111100 | 101000 | 110000 |
Color Harmonies of #AA4990
Complementary color
Monochromatic Colors of #AA4990
Black with #AA4990
Text Example
Text Example
White with #AA4990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4990; }
p { color: rgb(170,73,144); }
H1.HeaderClassName
{
color: #AA4990;
}
.AnyTagClassName
{
color: #AA4990;
}
</style>
background-color css
<style>
a { background-color: #AA4990; }
a { background-color: rgb(170,73,144); }
div.DivClassName
{
background-color: #AA4990;
}
.BgClassName
{
background-color: #AA4990;
}
</style>
border-color css
<style>
span { border-color: #AA4990; }
span { border-color: rgb(170,73,144); }
td.TdClassName
{
border-color: #AA4990;
}
.TagClassName
{
border-color: #AA4990;
}
</style>