Shades of Medium Red Violet #AA4089
Tints of Medium Red Violet #AA4089
RGB
CMYK
RGB Variations
Color information
#AA4089 (or 0xAA4089) is known color: Medium Red Violet. HEX triplet: AA, 40 and 89. RGB value is (170,64,137). Sum of RGB (Red+Green+Blue) = 170+64+137=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4089 is #55BF76. Grayscale: #676767. Windows color (decimal): -5619575 or 8994986. OLE color: 8994986.
HSL color Cylindrical-coordinate representation of color #AA4089: hue angle of 318.68º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4089 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 137 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.33 |
| HSL | 318.68º | 0.45% | 0.46% | - |
| HSV(B) | 318.68º | 0.62% | 0.67% | - |
| XYZ | 22.93 | 14.02 | 25.16 | - |
| YUV | 104.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 137 | 0 | 0.62 | 0.19 | 0.33 | 318.68 | 0.45 | 0.46 |
| Hex | AA | 40 | 89 | 0 | 3E | 13 | 21 | 13F | 2D | 2E |
| Octal | 252 | 100 | 211 | 0 | 76 | 23 | 41 | 477 | 55 | 56 |
| Binary | 10101010 | 1000000 | 10001001 | 0 | 111110 | 10011 | 100001 | 100111111 | 101101 | 101110 |
Color Harmonies of #AA4089
Complementary color
Monochromatic Colors of #AA4089
Black with #AA4089
Text Example
Text Example
White with #AA4089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4089; }
p { color: rgb(170,64,137); }
H1.HeaderClassName
{
color: #AA4089;
}
.AnyTagClassName
{
color: #AA4089;
}
</style>
background-color css
<style>
a { background-color: #AA4089; }
a { background-color: rgb(170,64,137); }
div.DivClassName
{
background-color: #AA4089;
}
.BgClassName
{
background-color: #AA4089;
}
</style>
border-color css
<style>
span { border-color: #AA4089; }
span { border-color: rgb(170,64,137); }
td.TdClassName
{
border-color: #AA4089;
}
.TagClassName
{
border-color: #AA4089;
}
</style>