Shades of Medium Red Violet #AA2EA0
Tints of Medium Red Violet #AA2EA0
RGB
CMYK
RGB Variations
Color information
#AA2EA0 (or 0xAA2EA0) is known color: Medium Red Violet. HEX triplet: AA, 2E and A0. RGB value is (170,46,160). Sum of RGB (Red+Green+Blue) = 170+46+160=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2EA0 is #55D15F. Grayscale: #5F5F5F. Windows color (decimal): -5624160 or 10497706. OLE color: 10497706.
HSL color Cylindrical-coordinate representation of color #AA2EA0: hue angle of 304.84º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA2EA0 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 160 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.33 |
| HSL | 304.84º | 0.57% | 0.42% | - |
| HSV(B) | 304.84º | 0.73% | 0.67% | - |
| XYZ | 23.9 | 13.04 | 34.51 | - |
| YUV | 96.07 | 164.08 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 160 | 0 | 0.73 | 0.06 | 0.33 | 304.84 | 0.57 | 0.42 |
| Hex | AA | 2E | A0 | 0 | 49 | 6 | 21 | 131 | 39 | 2A |
| Octal | 252 | 56 | 240 | 0 | 111 | 6 | 41 | 461 | 71 | 52 |
| Binary | 10101010 | 101110 | 10100000 | 0 | 1001001 | 110 | 100001 | 100110001 | 111001 | 101010 |
Color Harmonies of #AA2EA0
Complementary color
Monochromatic Colors of #AA2EA0
Black with #AA2EA0
Text Example
Text Example
White with #AA2EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2EA0; }
p { color: rgb(170,46,160); }
H1.HeaderClassName
{
color: #AA2EA0;
}
.AnyTagClassName
{
color: #AA2EA0;
}
</style>
background-color css
<style>
a { background-color: #AA2EA0; }
a { background-color: rgb(170,46,160); }
div.DivClassName
{
background-color: #AA2EA0;
}
.BgClassName
{
background-color: #AA2EA0;
}
</style>
border-color css
<style>
span { border-color: #AA2EA0; }
span { border-color: rgb(170,46,160); }
td.TdClassName
{
border-color: #AA2EA0;
}
.TagClassName
{
border-color: #AA2EA0;
}
</style>