Shades of Medium Red Violet #AA2289
Tints of Medium Red Violet #AA2289
RGB
CMYK
RGB Variations
Color information
#AA2289 (or 0xAA2289) is known color: Medium Red Violet. HEX triplet: AA, 22 and 89. RGB value is (170,34,137). Sum of RGB (Red+Green+Blue) = 170+34+137=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2289 is #55DD76. Grayscale: #565656. Windows color (decimal): -5627255 or 8987306. OLE color: 8987306.
HSL color Cylindrical-coordinate representation of color #AA2289: hue angle of 314.56º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA2289 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 137 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.33 |
| HSL | 314.56º | 0.67% | 0.4% | - |
| HSV(B) | 314.56º | 0.8% | 0.67% | - |
| XYZ | 21.66 | 11.5 | 24.74 | - |
| YUV | 86.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 137 | 0 | 0.80 | 0.19 | 0.33 | 314.56 | 0.67 | 0.4 |
| Hex | AA | 22 | 89 | 0 | 50 | 13 | 21 | 13B | 43 | 28 |
| Octal | 252 | 42 | 211 | 0 | 120 | 23 | 41 | 473 | 103 | 50 |
| Binary | 10101010 | 100010 | 10001001 | 0 | 1010000 | 10011 | 100001 | 100111011 | 1000011 | 101000 |
Color Harmonies of #AA2289
Complementary color
Monochromatic Colors of #AA2289
Black with #AA2289
Text Example
Text Example
White with #AA2289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2289; }
p { color: rgb(170,34,137); }
H1.HeaderClassName
{
color: #AA2289;
}
.AnyTagClassName
{
color: #AA2289;
}
</style>
background-color css
<style>
a { background-color: #AA2289; }
a { background-color: rgb(170,34,137); }
div.DivClassName
{
background-color: #AA2289;
}
.BgClassName
{
background-color: #AA2289;
}
</style>
border-color css
<style>
span { border-color: #AA2289; }
span { border-color: rgb(170,34,137); }
td.TdClassName
{
border-color: #AA2289;
}
.TagClassName
{
border-color: #AA2289;
}
</style>