Shades of Medium Red Violet #AA1E89
Tints of Medium Red Violet #AA1E89
RGB
CMYK
RGB Variations
Color information
#AA1E89 (or 0xAA1E89) is known color: Medium Red Violet. HEX triplet: AA, 1E and 89. RGB value is (170,30,137). Sum of RGB (Red+Green+Blue) = 170+30+137=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1E89 is #55E176. Grayscale: #535353. Windows color (decimal): -5628279 or 8986282. OLE color: 8986282.
HSL color Cylindrical-coordinate representation of color #AA1E89: hue angle of 314.14º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1E89 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 137 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.33 |
| HSL | 314.14º | 0.7% | 0.39% | - |
| HSV(B) | 314.14º | 0.82% | 0.67% | - |
| XYZ | 21.56 | 11.28 | 24.71 | - |
| YUV | 84.06 | 157.88 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 137 | 0 | 0.82 | 0.19 | 0.33 | 314.14 | 0.7 | 0.39 |
| Hex | AA | 1E | 89 | 0 | 52 | 13 | 21 | 13A | 46 | 27 |
| Octal | 252 | 36 | 211 | 0 | 122 | 23 | 41 | 472 | 106 | 47 |
| Binary | 10101010 | 11110 | 10001001 | 0 | 1010010 | 10011 | 100001 | 100111010 | 1000110 | 100111 |
Color Harmonies of #AA1E89
Complementary color
Monochromatic Colors of #AA1E89
Black with #AA1E89
Text Example
Text Example
White with #AA1E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E89; }
p { color: rgb(170,30,137); }
H1.HeaderClassName
{
color: #AA1E89;
}
.AnyTagClassName
{
color: #AA1E89;
}
</style>
background-color css
<style>
a { background-color: #AA1E89; }
a { background-color: rgb(170,30,137); }
div.DivClassName
{
background-color: #AA1E89;
}
.BgClassName
{
background-color: #AA1E89;
}
</style>
border-color css
<style>
span { border-color: #AA1E89; }
span { border-color: rgb(170,30,137); }
td.TdClassName
{
border-color: #AA1E89;
}
.TagClassName
{
border-color: #AA1E89;
}
</style>