Shades of Medium Red Violet #AA2E99
Tints of Medium Red Violet #AA2E99
RGB
CMYK
RGB Variations
Color information
#AA2E99 (or 0xAA2E99) is known color: Medium Red Violet. HEX triplet: AA, 2E and 99. RGB value is (170,46,153). Sum of RGB (Red+Green+Blue) = 170+46+153=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2E99 is #55D166. Grayscale: #5E5E5E. Windows color (decimal): -5624167 or 10038954. OLE color: 10038954.
HSL color Cylindrical-coordinate representation of color #AA2E99: hue angle of 308.23º 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 #AA2E99 is Cyan = 0, Magento = 0.73, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 153 | - |
| CMYK | 0 | 0.73 | 0.1 | 0.33 |
| HSL | 308.23º | 0.57% | 0.42% | - |
| HSV(B) | 308.23º | 0.73% | 0.67% | - |
| XYZ | 23.3 | 12.8 | 31.38 | - |
| YUV | 95.27 | 160.58 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 153 | 0 | 0.73 | 0.1 | 0.33 | 308.23 | 0.57 | 0.42 |
| Hex | AA | 2E | 99 | 0 | 49 | A | 21 | 134 | 39 | 2A |
| Octal | 252 | 56 | 231 | 0 | 111 | 12 | 41 | 464 | 71 | 52 |
| Binary | 10101010 | 101110 | 10011001 | 0 | 1001001 | 1010 | 100001 | 100110100 | 111001 | 101010 |
Color Harmonies of #AA2E99
Complementary color
Monochromatic Colors of #AA2E99
Black with #AA2E99
Text Example
Text Example
White with #AA2E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E99; }
p { color: rgb(170,46,153); }
H1.HeaderClassName
{
color: #AA2E99;
}
.AnyTagClassName
{
color: #AA2E99;
}
</style>
background-color css
<style>
a { background-color: #AA2E99; }
a { background-color: rgb(170,46,153); }
div.DivClassName
{
background-color: #AA2E99;
}
.BgClassName
{
background-color: #AA2E99;
}
</style>
border-color css
<style>
span { border-color: #AA2E99; }
span { border-color: rgb(170,46,153); }
td.TdClassName
{
border-color: #AA2E99;
}
.TagClassName
{
border-color: #AA2E99;
}
</style>