Shades of Medium Red Violet #AA3491
Tints of Medium Red Violet #AA3491
RGB
CMYK
RGB Variations
Color information
#AA3491 (or 0xAA3491) is known color: Medium Red Violet. HEX triplet: AA, 34 and 91. RGB value is (170,52,145). Sum of RGB (Red+Green+Blue) = 170+52+145=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3491 is #55CB6E. Grayscale: #616161. Windows color (decimal): -5622639 or 9516202. OLE color: 9516202.
HSL color Cylindrical-coordinate representation of color #AA3491: hue angle of 312.71º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3491 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 52 | 145 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.33 |
| HSL | 312.71º | 0.53% | 0.44% | - |
| HSV(B) | 312.71º | 0.69% | 0.67% | - |
| XYZ | 22.92 | 13.05 | 28.1 | - |
| YUV | 97.88 | 154.59 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 145 | 0 | 0.69 | 0.15 | 0.33 | 312.71 | 0.53 | 0.44 |
| Hex | AA | 34 | 91 | 0 | 45 | F | 21 | 139 | 35 | 2C |
| Octal | 252 | 64 | 221 | 0 | 105 | 17 | 41 | 471 | 65 | 54 |
| Binary | 10101010 | 110100 | 10010001 | 0 | 1000101 | 1111 | 100001 | 100111001 | 110101 | 101100 |
Color Harmonies of #AA3491
Complementary color
Monochromatic Colors of #AA3491
Black with #AA3491
Text Example
Text Example
White with #AA3491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3491; }
p { color: rgb(170,52,145); }
H1.HeaderClassName
{
color: #AA3491;
}
.AnyTagClassName
{
color: #AA3491;
}
</style>
background-color css
<style>
a { background-color: #AA3491; }
a { background-color: rgb(170,52,145); }
div.DivClassName
{
background-color: #AA3491;
}
.BgClassName
{
background-color: #AA3491;
}
</style>
border-color css
<style>
span { border-color: #AA3491; }
span { border-color: rgb(170,52,145); }
td.TdClassName
{
border-color: #AA3491;
}
.TagClassName
{
border-color: #AA3491;
}
</style>