Shades of Medium Red Violet #AA2EA4
Tints of Medium Red Violet #AA2EA4
RGB
CMYK
RGB Variations
Color information
#AA2EA4 (or 0xAA2EA4) is known color: Medium Red Violet. HEX triplet: AA, 2E and A4. RGB value is (170,46,164). Sum of RGB (Red+Green+Blue) = 170+46+164=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2EA4 is #55D15B. Grayscale: #606060. Windows color (decimal): -5624156 or 10759850. OLE color: 10759850.
HSL color Cylindrical-coordinate representation of color #AA2EA4: hue angle of 302.9º 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 #AA2EA4 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 164 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.33 |
| HSL | 302.9º | 0.57% | 0.42% | - |
| HSV(B) | 302.9º | 0.73% | 0.67% | - |
| XYZ | 24.26 | 13.18 | 36.39 | - |
| YUV | 96.53 | 166.08 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 164 | 0 | 0.73 | 0.04 | 0.33 | 302.9 | 0.57 | 0.42 |
| Hex | AA | 2E | A4 | 0 | 49 | 4 | 21 | 12F | 39 | 2A |
| Octal | 252 | 56 | 244 | 0 | 111 | 4 | 41 | 457 | 71 | 52 |
| Binary | 10101010 | 101110 | 10100100 | 0 | 1001001 | 100 | 100001 | 100101111 | 111001 | 101010 |
Color Harmonies of #AA2EA4
Complementary color
Monochromatic Colors of #AA2EA4
Black with #AA2EA4
Text Example
Text Example
White with #AA2EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2EA4; }
p { color: rgb(170,46,164); }
H1.HeaderClassName
{
color: #AA2EA4;
}
.AnyTagClassName
{
color: #AA2EA4;
}
</style>
background-color css
<style>
a { background-color: #AA2EA4; }
a { background-color: rgb(170,46,164); }
div.DivClassName
{
background-color: #AA2EA4;
}
.BgClassName
{
background-color: #AA2EA4;
}
</style>
border-color css
<style>
span { border-color: #AA2EA4; }
span { border-color: rgb(170,46,164); }
td.TdClassName
{
border-color: #AA2EA4;
}
.TagClassName
{
border-color: #AA2EA4;
}
</style>