Shades of Medium Red Violet #AA3A89
Tints of Medium Red Violet #AA3A89
RGB
CMYK
RGB Variations
Color information
#AA3A89 (or 0xAA3A89) is known color: Medium Red Violet. HEX triplet: AA, 3A and 89. RGB value is (170,58,137). Sum of RGB (Red+Green+Blue) = 170+58+137=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3A89 is #55C576. Grayscale: #646464. Windows color (decimal): -5621111 or 8993450. OLE color: 8993450.
HSL color Cylindrical-coordinate representation of color #AA3A89: hue angle of 317.68º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3A89 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 58 | 137 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.33 |
| HSL | 317.68º | 0.49% | 0.45% | - |
| HSV(B) | 317.68º | 0.66% | 0.67% | - |
| XYZ | 22.61 | 13.38 | 25.06 | - |
| YUV | 100.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 58 | 137 | 0 | 0.66 | 0.19 | 0.33 | 317.68 | 0.49 | 0.45 |
| Hex | AA | 3A | 89 | 0 | 42 | 13 | 21 | 13E | 31 | 2D |
| Octal | 252 | 72 | 211 | 0 | 102 | 23 | 41 | 476 | 61 | 55 |
| Binary | 10101010 | 111010 | 10001001 | 0 | 1000010 | 10011 | 100001 | 100111110 | 110001 | 101101 |
Color Harmonies of #AA3A89
Complementary color
Monochromatic Colors of #AA3A89
Black with #AA3A89
Text Example
Text Example
White with #AA3A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3A89; }
p { color: rgb(170,58,137); }
H1.HeaderClassName
{
color: #AA3A89;
}
.AnyTagClassName
{
color: #AA3A89;
}
</style>
background-color css
<style>
a { background-color: #AA3A89; }
a { background-color: rgb(170,58,137); }
div.DivClassName
{
background-color: #AA3A89;
}
.BgClassName
{
background-color: #AA3A89;
}
</style>
border-color css
<style>
span { border-color: #AA3A89; }
span { border-color: rgb(170,58,137); }
td.TdClassName
{
border-color: #AA3A89;
}
.TagClassName
{
border-color: #AA3A89;
}
</style>