Shades of Medium Red Violet #AA2E9E
Tints of Medium Red Violet #AA2E9E
RGB
CMYK
RGB Variations
Color information
#AA2E9E (or 0xAA2E9E) is known color: Medium Red Violet. HEX triplet: AA, 2E and 9E. RGB value is (170,46,158). Sum of RGB (Red+Green+Blue) = 170+46+158=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2E9E is #55D161. Grayscale: #5F5F5F. Windows color (decimal): -5624162 or 10366634. OLE color: 10366634.
HSL color Cylindrical-coordinate representation of color #AA2E9E: hue angle of 305.81º 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 #AA2E9E is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 158 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.33 |
| HSL | 305.81º | 0.57% | 0.42% | - |
| HSV(B) | 305.81º | 0.73% | 0.67% | - |
| XYZ | 23.73 | 12.97 | 33.6 | - |
| YUV | 95.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 158 | 0 | 0.73 | 0.07 | 0.33 | 305.81 | 0.57 | 0.42 |
| Hex | AA | 2E | 9E | 0 | 49 | 7 | 21 | 132 | 39 | 2A |
| Octal | 252 | 56 | 236 | 0 | 111 | 7 | 41 | 462 | 71 | 52 |
| Binary | 10101010 | 101110 | 10011110 | 0 | 1001001 | 111 | 100001 | 100110010 | 111001 | 101010 |
Color Harmonies of #AA2E9E
Complementary color
Monochromatic Colors of #AA2E9E
Black with #AA2E9E
Text Example
Text Example
White with #AA2E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E9E; }
p { color: rgb(170,46,158); }
H1.HeaderClassName
{
color: #AA2E9E;
}
.AnyTagClassName
{
color: #AA2E9E;
}
</style>
background-color css
<style>
a { background-color: #AA2E9E; }
a { background-color: rgb(170,46,158); }
div.DivClassName
{
background-color: #AA2E9E;
}
.BgClassName
{
background-color: #AA2E9E;
}
</style>
border-color css
<style>
span { border-color: #AA2E9E; }
span { border-color: rgb(170,46,158); }
td.TdClassName
{
border-color: #AA2E9E;
}
.TagClassName
{
border-color: #AA2E9E;
}
</style>