Shades of Medium Violet Red #AA0E7E
Tints of Medium Violet Red #AA0E7E
RGB
CMYK
RGB Variations
Color information
#AA0E7E (or 0xAA0E7E) is known color: Medium Violet Red. HEX triplet: AA, 0E and 7E. RGB value is (170,14,126). Sum of RGB (Red+Green+Blue) = 170+14+126=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0E7E is #55F181. Grayscale: #494949. Windows color (decimal): -5632386 or 8261290. OLE color: 8261290.
HSL color Cylindrical-coordinate representation of color #AA0E7E: hue angle of 316.92º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0E7E is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 14 | 126 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.33 |
| HSL | 316.92º | 0.85% | 0.36% | - |
| HSV(B) | 316.92º | 0.92% | 0.67% | - |
| XYZ | 20.5 | 10.37 | 20.66 | - |
| YUV | 73.41 | 157.68 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 126 | 0 | 0.92 | 0.26 | 0.33 | 316.92 | 0.85 | 0.36 |
| Hex | AA | E | 7E | 0 | 5C | 1A | 21 | 13D | 55 | 24 |
| Octal | 252 | 16 | 176 | 0 | 134 | 32 | 41 | 475 | 125 | 44 |
| Binary | 10101010 | 1110 | 1111110 | 0 | 1011100 | 11010 | 100001 | 100111101 | 1010101 | 100100 |
Color Harmonies of #AA0E7E
Complementary color
Monochromatic Colors of #AA0E7E
Black with #AA0E7E
Text Example
Text Example
White with #AA0E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0E7E; }
p { color: rgb(170,14,126); }
H1.HeaderClassName
{
color: #AA0E7E;
}
.AnyTagClassName
{
color: #AA0E7E;
}
</style>
background-color css
<style>
a { background-color: #AA0E7E; }
a { background-color: rgb(170,14,126); }
div.DivClassName
{
background-color: #AA0E7E;
}
.BgClassName
{
background-color: #AA0E7E;
}
</style>
border-color css
<style>
span { border-color: #AA0E7E; }
span { border-color: rgb(170,14,126); }
td.TdClassName
{
border-color: #AA0E7E;
}
.TagClassName
{
border-color: #AA0E7E;
}
</style>