Shades of Medium Red Violet #AA2E74
Tints of Medium Red Violet #AA2E74
RGB
CMYK
RGB Variations
Color information
#AA2E74 (or 0xAA2E74) is known color: Medium Red Violet. HEX triplet: AA, 2E and 74. RGB value is (170,46,116). Sum of RGB (Red+Green+Blue) = 170+46+116=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2E74 is #55D18B. Grayscale: #5A5A5A. Windows color (decimal): -5624204 or 7614122. OLE color: 7614122.
HSL color Cylindrical-coordinate representation of color #AA2E74: hue angle of 326.13º 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 #AA2E74 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 46 | 116 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.33 |
| HSL | 326.13º | 0.57% | 0.42% | - |
| HSV(B) | 326.13º | 0.73% | 0.67% | - |
| XYZ | 20.71 | 11.76 | 17.7 | - |
| YUV | 91.06 | 142.08 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 46 | 116 | 0 | 0.73 | 0.32 | 0.33 | 326.13 | 0.57 | 0.42 |
| Hex | AA | 2E | 74 | 0 | 49 | 20 | 21 | 146 | 39 | 2A |
| Octal | 252 | 56 | 164 | 0 | 111 | 40 | 41 | 506 | 71 | 52 |
| Binary | 10101010 | 101110 | 1110100 | 0 | 1001001 | 100000 | 100001 | 101000110 | 111001 | 101010 |
Color Harmonies of #AA2E74
Complementary color
Monochromatic Colors of #AA2E74
Black with #AA2E74
Text Example
Text Example
White with #AA2E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2E74; }
p { color: rgb(170,46,116); }
H1.HeaderClassName
{
color: #AA2E74;
}
.AnyTagClassName
{
color: #AA2E74;
}
</style>
background-color css
<style>
a { background-color: #AA2E74; }
a { background-color: rgb(170,46,116); }
div.DivClassName
{
background-color: #AA2E74;
}
.BgClassName
{
background-color: #AA2E74;
}
</style>
border-color css
<style>
span { border-color: #AA2E74; }
span { border-color: rgb(170,46,116); }
td.TdClassName
{
border-color: #AA2E74;
}
.TagClassName
{
border-color: #AA2E74;
}
</style>