Shades of Medium Red Violet #AA2E80
Tints of Medium Red Violet #AA2E80
RGB
CMYK
RGB Variations
Color information
#AA2E80 (or 0xAA2E80) is known color: Medium Red Violet. HEX triplet: AA, 2E and 80. RGB value is (170,46,128). Sum of RGB (Red+Green+Blue) = 170+46+128=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2E80 is #55D17F. Grayscale: #5C5C5C. Windows color (decimal): -5624192 or 8400554. OLE color: 8400554.
HSL color Cylindrical-coordinate representation of color #AA2E80: hue angle of 320.32º 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 #AA2E80 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 128 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.33 |
| HSL | 320.32º | 0.57% | 0.42% | - |
| HSV(B) | 320.32º | 0.73% | 0.67% | - |
| XYZ | 21.45 | 12.06 | 21.62 | - |
| YUV | 92.42 | 148.08 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 128 | 0 | 0.73 | 0.25 | 0.33 | 320.32 | 0.57 | 0.42 |
| Hex | AA | 2E | 80 | 0 | 49 | 19 | 21 | 140 | 39 | 2A |
| Octal | 252 | 56 | 200 | 0 | 111 | 31 | 41 | 500 | 71 | 52 |
| Binary | 10101010 | 101110 | 10000000 | 0 | 1001001 | 11001 | 100001 | 101000000 | 111001 | 101010 |
Color Harmonies of #AA2E80
Complementary color
Monochromatic Colors of #AA2E80
Black with #AA2E80
Text Example
Text Example
White with #AA2E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E80; }
p { color: rgb(170,46,128); }
H1.HeaderClassName
{
color: #AA2E80;
}
.AnyTagClassName
{
color: #AA2E80;
}
</style>
background-color css
<style>
a { background-color: #AA2E80; }
a { background-color: rgb(170,46,128); }
div.DivClassName
{
background-color: #AA2E80;
}
.BgClassName
{
background-color: #AA2E80;
}
</style>
border-color css
<style>
span { border-color: #AA2E80; }
span { border-color: rgb(170,46,128); }
td.TdClassName
{
border-color: #AA2E80;
}
.TagClassName
{
border-color: #AA2E80;
}
</style>