Shades of Medium Red Violet #AA4289
Tints of Medium Red Violet #AA4289
RGB
CMYK
RGB Variations
Color information
#AA4289 (or 0xAA4289) is known color: Medium Red Violet. HEX triplet: AA, 42 and 89. RGB value is (170,66,137). Sum of RGB (Red+Green+Blue) = 170+66+137=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4289 is #55BD76. Grayscale: #696969. Windows color (decimal): -5619063 or 8995498. OLE color: 8995498.
HSL color Cylindrical-coordinate representation of color #AA4289: hue angle of 319.04º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4289 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 66 | 137 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.33 |
| HSL | 319.04º | 0.44% | 0.46% | - |
| HSV(B) | 319.04º | 0.61% | 0.67% | - |
| XYZ | 23.04 | 14.25 | 25.2 | - |
| YUV | 105.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 66 | 137 | 0 | 0.61 | 0.19 | 0.33 | 319.04 | 0.44 | 0.46 |
| Hex | AA | 42 | 89 | 0 | 3D | 13 | 21 | 13F | 2C | 2E |
| Octal | 252 | 102 | 211 | 0 | 75 | 23 | 41 | 477 | 54 | 56 |
| Binary | 10101010 | 1000010 | 10001001 | 0 | 111101 | 10011 | 100001 | 100111111 | 101100 | 101110 |
Color Harmonies of #AA4289
Complementary color
Monochromatic Colors of #AA4289
Black with #AA4289
Text Example
Text Example
White with #AA4289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4289; }
p { color: rgb(170,66,137); }
H1.HeaderClassName
{
color: #AA4289;
}
.AnyTagClassName
{
color: #AA4289;
}
</style>
background-color css
<style>
a { background-color: #AA4289; }
a { background-color: rgb(170,66,137); }
div.DivClassName
{
background-color: #AA4289;
}
.BgClassName
{
background-color: #AA4289;
}
</style>
border-color css
<style>
span { border-color: #AA4289; }
span { border-color: rgb(170,66,137); }
td.TdClassName
{
border-color: #AA4289;
}
.TagClassName
{
border-color: #AA4289;
}
</style>