Shades of Medium Red Violet #AA2E9A
Tints of Medium Red Violet #AA2E9A
RGB
CMYK
RGB Variations
Color information
#AA2E9A (or 0xAA2E9A) is known color: Medium Red Violet. HEX triplet: AA, 2E and 9A. RGB value is (170,46,154). Sum of RGB (Red+Green+Blue) = 170+46+154=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 46 (18.36% from 255 or 12.43% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2E9A is #55D165. Grayscale: #5F5F5F. Windows color (decimal): -5624166 or 10104490. OLE color: 10104490.
HSL color Cylindrical-coordinate representation of color #AA2E9A: hue angle of 307.74º 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 #AA2E9A is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 154 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.33 |
| HSL | 307.74º | 0.57% | 0.42% | - |
| HSV(B) | 307.74º | 0.73% | 0.67% | - |
| XYZ | 23.39 | 12.83 | 31.82 | - |
| YUV | 95.39 | 161.08 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 154 | 0 | 0.73 | 0.09 | 0.33 | 307.74 | 0.57 | 0.42 |
| Hex | AA | 2E | 9A | 0 | 49 | 9 | 21 | 134 | 39 | 2A |
| Octal | 252 | 56 | 232 | 0 | 111 | 11 | 41 | 464 | 71 | 52 |
| Binary | 10101010 | 101110 | 10011010 | 0 | 1001001 | 1001 | 100001 | 100110100 | 111001 | 101010 |
Color Harmonies of #AA2E9A
Complementary color
Monochromatic Colors of #AA2E9A
Black with #AA2E9A
Text Example
Text Example
White with #AA2E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E9A; }
p { color: rgb(170,46,154); }
H1.HeaderClassName
{
color: #AA2E9A;
}
.AnyTagClassName
{
color: #AA2E9A;
}
</style>
background-color css
<style>
a { background-color: #AA2E9A; }
a { background-color: rgb(170,46,154); }
div.DivClassName
{
background-color: #AA2E9A;
}
.BgClassName
{
background-color: #AA2E9A;
}
</style>
border-color css
<style>
span { border-color: #AA2E9A; }
span { border-color: rgb(170,46,154); }
td.TdClassName
{
border-color: #AA2E9A;
}
.TagClassName
{
border-color: #AA2E9A;
}
</style>