Shades of Medium Red Violet #AA3089
Tints of Medium Red Violet #AA3089
RGB
CMYK
RGB Variations
Color information
#AA3089 (or 0xAA3089) is known color: Medium Red Violet. HEX triplet: AA, 30 and 89. RGB value is (170,48,137). Sum of RGB (Red+Green+Blue) = 170+48+137=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3089 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3089 is #55CF76. Grayscale: #5E5E5E. Windows color (decimal): -5623671 or 8990890. OLE color: 8990890.
HSL color Cylindrical-coordinate representation of color #AA3089: hue angle of 316.23º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3089 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 48 | 137 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.33 |
| HSL | 316.23º | 0.56% | 0.43% | - |
| HSV(B) | 316.23º | 0.72% | 0.67% | - |
| XYZ | 22.15 | 12.47 | 24.91 | - |
| YUV | 94.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 137 | 0 | 0.72 | 0.19 | 0.33 | 316.23 | 0.56 | 0.43 |
| Hex | AA | 30 | 89 | 0 | 48 | 13 | 21 | 13C | 38 | 2B |
| Octal | 252 | 60 | 211 | 0 | 110 | 23 | 41 | 474 | 70 | 53 |
| Binary | 10101010 | 110000 | 10001001 | 0 | 1001000 | 10011 | 100001 | 100111100 | 111000 | 101011 |
Color Harmonies of #AA3089
Complementary color
Monochromatic Colors of #AA3089
Black with #AA3089
Text Example
Text Example
White with #AA3089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3089; }
p { color: rgb(170,48,137); }
H1.HeaderClassName
{
color: #AA3089;
}
.AnyTagClassName
{
color: #AA3089;
}
</style>
background-color css
<style>
a { background-color: #AA3089; }
a { background-color: rgb(170,48,137); }
div.DivClassName
{
background-color: #AA3089;
}
.BgClassName
{
background-color: #AA3089;
}
</style>
border-color css
<style>
span { border-color: #AA3089; }
span { border-color: rgb(170,48,137); }
td.TdClassName
{
border-color: #AA3089;
}
.TagClassName
{
border-color: #AA3089;
}
</style>