Shades of Medium Red Violet #AA3986
Tints of Medium Red Violet #AA3986
RGB
CMYK
RGB Variations
Color information
#AA3986 (or 0xAA3986) is known color: Medium Red Violet. HEX triplet: AA, 39 and 86. RGB value is (170,57,134). Sum of RGB (Red+Green+Blue) = 170+57+134=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3986 is #55C679. Grayscale: #636363. Windows color (decimal): -5621370 or 8796586. OLE color: 8796586.
HSL color Cylindrical-coordinate representation of color #AA3986: hue angle of 319.12º degrees, saturation: 0.5, 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 #AA3986 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 134 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.33 |
| HSL | 319.12º | 0.5% | 0.45% | - |
| HSV(B) | 319.12º | 0.66% | 0.67% | - |
| XYZ | 22.34 | 13.19 | 23.92 | - |
| YUV | 99.57 | 147.44 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 134 | 0 | 0.66 | 0.21 | 0.33 | 319.12 | 0.5 | 0.45 |
| Hex | AA | 39 | 86 | 0 | 42 | 15 | 21 | 13F | 32 | 2D |
| Octal | 252 | 71 | 206 | 0 | 102 | 25 | 41 | 477 | 62 | 55 |
| Binary | 10101010 | 111001 | 10000110 | 0 | 1000010 | 10101 | 100001 | 100111111 | 110010 | 101101 |
Color Harmonies of #AA3986
Complementary color
Monochromatic Colors of #AA3986
Black with #AA3986
Text Example
Text Example
White with #AA3986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3986; }
p { color: rgb(170,57,134); }
H1.HeaderClassName
{
color: #AA3986;
}
.AnyTagClassName
{
color: #AA3986;
}
</style>
background-color css
<style>
a { background-color: #AA3986; }
a { background-color: rgb(170,57,134); }
div.DivClassName
{
background-color: #AA3986;
}
.BgClassName
{
background-color: #AA3986;
}
</style>
border-color css
<style>
span { border-color: #AA3986; }
span { border-color: rgb(170,57,134); }
td.TdClassName
{
border-color: #AA3986;
}
.TagClassName
{
border-color: #AA3986;
}
</style>