Shades of Medium Red Violet #AA3186
Tints of Medium Red Violet #AA3186
RGB
CMYK
RGB Variations
Color information
#AA3186 (or 0xAA3186) is known color: Medium Red Violet. HEX triplet: AA, 31 and 86. RGB value is (170,49,134). Sum of RGB (Red+Green+Blue) = 170+49+134=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3186 is #55CE79. Grayscale: #5E5E5E. Windows color (decimal): -5623418 or 8794538. OLE color: 8794538.
HSL color Cylindrical-coordinate representation of color #AA3186: hue angle of 317.85º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3186 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 49 | 134 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.33 |
| HSL | 317.85º | 0.55% | 0.43% | - |
| HSV(B) | 317.85º | 0.71% | 0.67% | - |
| XYZ | 21.98 | 12.46 | 23.8 | - |
| YUV | 94.87 | 150.09 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 49 | 134 | 0 | 0.71 | 0.21 | 0.33 | 317.85 | 0.55 | 0.43 |
| Hex | AA | 31 | 86 | 0 | 47 | 15 | 21 | 13E | 37 | 2B |
| Octal | 252 | 61 | 206 | 0 | 107 | 25 | 41 | 476 | 67 | 53 |
| Binary | 10101010 | 110001 | 10000110 | 0 | 1000111 | 10101 | 100001 | 100111110 | 110111 | 101011 |
Color Harmonies of #AA3186
Complementary color
Monochromatic Colors of #AA3186
Black with #AA3186
Text Example
Text Example
White with #AA3186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3186; }
p { color: rgb(170,49,134); }
H1.HeaderClassName
{
color: #AA3186;
}
.AnyTagClassName
{
color: #AA3186;
}
</style>
background-color css
<style>
a { background-color: #AA3186; }
a { background-color: rgb(170,49,134); }
div.DivClassName
{
background-color: #AA3186;
}
.BgClassName
{
background-color: #AA3186;
}
</style>
border-color css
<style>
span { border-color: #AA3186; }
span { border-color: rgb(170,49,134); }
td.TdClassName
{
border-color: #AA3186;
}
.TagClassName
{
border-color: #AA3186;
}
</style>