Shades of Medium Red Violet #AA2490
Tints of Medium Red Violet #AA2490
RGB
CMYK
RGB Variations
Color information
#AA2490 (or 0xAA2490) is known color: Medium Red Violet. HEX triplet: AA, 24 and 90. RGB value is (170,36,144). Sum of RGB (Red+Green+Blue) = 170+36+144=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2490 is #55DB6F. Grayscale: #585858. Windows color (decimal): -5626736 or 9446570. OLE color: 9446570.
HSL color Cylindrical-coordinate representation of color #AA2490: hue angle of 311.64º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2490 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 144 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.33 |
| HSL | 311.64º | 0.65% | 0.4% | - |
| HSV(B) | 311.64º | 0.79% | 0.67% | - |
| XYZ | 22.24 | 11.82 | 27.5 | - |
| YUV | 88.38 | 159.39 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 144 | 0 | 0.79 | 0.15 | 0.33 | 311.64 | 0.65 | 0.4 |
| Hex | AA | 24 | 90 | 0 | 4F | F | 21 | 138 | 41 | 28 |
| Octal | 252 | 44 | 220 | 0 | 117 | 17 | 41 | 470 | 101 | 50 |
| Binary | 10101010 | 100100 | 10010000 | 0 | 1001111 | 1111 | 100001 | 100111000 | 1000001 | 101000 |
Color Harmonies of #AA2490
Complementary color
Monochromatic Colors of #AA2490
Black with #AA2490
Text Example
Text Example
White with #AA2490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2490; }
p { color: rgb(170,36,144); }
H1.HeaderClassName
{
color: #AA2490;
}
.AnyTagClassName
{
color: #AA2490;
}
</style>
background-color css
<style>
a { background-color: #AA2490; }
a { background-color: rgb(170,36,144); }
div.DivClassName
{
background-color: #AA2490;
}
.BgClassName
{
background-color: #AA2490;
}
</style>
border-color css
<style>
span { border-color: #AA2490; }
span { border-color: rgb(170,36,144); }
td.TdClassName
{
border-color: #AA2490;
}
.TagClassName
{
border-color: #AA2490;
}
</style>