Shades of Medium Red Violet #AA2E81
Tints of Medium Red Violet #AA2E81
RGB
CMYK
RGB Variations
Color information
#AA2E81 (or 0xAA2E81) is known color: Medium Red Violet. HEX triplet: AA, 2E and 81. RGB value is (170,46,129). Sum of RGB (Red+Green+Blue) = 170+46+129=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2E81 is #55D17E. Grayscale: #5C5C5C. Windows color (decimal): -5624191 or 8466090. OLE color: 8466090.
HSL color Cylindrical-coordinate representation of color #AA2E81: hue angle of 319.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 #AA2E81 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 129 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.33 |
| HSL | 319.84º | 0.57% | 0.42% | - |
| HSV(B) | 319.84º | 0.73% | 0.67% | - |
| XYZ | 21.52 | 12.09 | 21.97 | - |
| YUV | 92.54 | 148.58 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 129 | 0 | 0.73 | 0.24 | 0.33 | 319.84 | 0.57 | 0.42 |
| Hex | AA | 2E | 81 | 0 | 49 | 18 | 21 | 140 | 39 | 2A |
| Octal | 252 | 56 | 201 | 0 | 111 | 30 | 41 | 500 | 71 | 52 |
| Binary | 10101010 | 101110 | 10000001 | 0 | 1001001 | 11000 | 100001 | 101000000 | 111001 | 101010 |
Color Harmonies of #AA2E81
Complementary color
Monochromatic Colors of #AA2E81
Black with #AA2E81
Text Example
Text Example
White with #AA2E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E81; }
p { color: rgb(170,46,129); }
H1.HeaderClassName
{
color: #AA2E81;
}
.AnyTagClassName
{
color: #AA2E81;
}
</style>
background-color css
<style>
a { background-color: #AA2E81; }
a { background-color: rgb(170,46,129); }
div.DivClassName
{
background-color: #AA2E81;
}
.BgClassName
{
background-color: #AA2E81;
}
</style>
border-color css
<style>
span { border-color: #AA2E81; }
span { border-color: rgb(170,46,129); }
td.TdClassName
{
border-color: #AA2E81;
}
.TagClassName
{
border-color: #AA2E81;
}
</style>