Shades of Medium Red Violet #AA2089
Tints of Medium Red Violet #AA2089
RGB
CMYK
RGB Variations
Color information
#AA2089 (or 0xAA2089) is known color: Medium Red Violet. HEX triplet: AA, 20 and 89. RGB value is (170,32,137). Sum of RGB (Red+Green+Blue) = 170+32+137=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2089 is #55DF76. Grayscale: #545454. Windows color (decimal): -5627767 or 8986794. OLE color: 8986794.
HSL color Cylindrical-coordinate representation of color #AA2089: hue angle of 314.35º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2089 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 32 | 137 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.33 |
| HSL | 314.35º | 0.68% | 0.4% | - |
| HSV(B) | 314.35º | 0.81% | 0.67% | - |
| XYZ | 21.61 | 11.39 | 24.73 | - |
| YUV | 85.23 | 157.22 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 137 | 0 | 0.81 | 0.19 | 0.33 | 314.35 | 0.68 | 0.4 |
| Hex | AA | 20 | 89 | 0 | 51 | 13 | 21 | 13A | 44 | 28 |
| Octal | 252 | 40 | 211 | 0 | 121 | 23 | 41 | 472 | 104 | 50 |
| Binary | 10101010 | 100000 | 10001001 | 0 | 1010001 | 10011 | 100001 | 100111010 | 1000100 | 101000 |
Color Harmonies of #AA2089
Complementary color
Monochromatic Colors of #AA2089
Black with #AA2089
Text Example
Text Example
White with #AA2089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2089; }
p { color: rgb(170,32,137); }
H1.HeaderClassName
{
color: #AA2089;
}
.AnyTagClassName
{
color: #AA2089;
}
</style>
background-color css
<style>
a { background-color: #AA2089; }
a { background-color: rgb(170,32,137); }
div.DivClassName
{
background-color: #AA2089;
}
.BgClassName
{
background-color: #AA2089;
}
</style>
border-color css
<style>
span { border-color: #AA2089; }
span { border-color: rgb(170,32,137); }
td.TdClassName
{
border-color: #AA2089;
}
.TagClassName
{
border-color: #AA2089;
}
</style>