Shades of Medium Red Violet #AA3786
Tints of Medium Red Violet #AA3786
RGB
CMYK
RGB Variations
Color information
#AA3786 (or 0xAA3786) is known color: Medium Red Violet. HEX triplet: AA, 37 and 86. RGB value is (170,55,134). Sum of RGB (Red+Green+Blue) = 170+55+134=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3786 is #55C879. Grayscale: #626262. Windows color (decimal): -5621882 or 8796074. OLE color: 8796074.
HSL color Cylindrical-coordinate representation of color #AA3786: hue angle of 318.78º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3786 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 134 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.33 |
| HSL | 318.78º | 0.51% | 0.44% | - |
| HSV(B) | 318.78º | 0.68% | 0.67% | - |
| XYZ | 22.25 | 13 | 23.89 | - |
| YUV | 98.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 134 | 0 | 0.68 | 0.21 | 0.33 | 318.78 | 0.51 | 0.44 |
| Hex | AA | 37 | 86 | 0 | 44 | 15 | 21 | 13F | 33 | 2C |
| Octal | 252 | 67 | 206 | 0 | 104 | 25 | 41 | 477 | 63 | 54 |
| Binary | 10101010 | 110111 | 10000110 | 0 | 1000100 | 10101 | 100001 | 100111111 | 110011 | 101100 |
Color Harmonies of #AA3786
Complementary color
Monochromatic Colors of #AA3786
Black with #AA3786
Text Example
Text Example
White with #AA3786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3786; }
p { color: rgb(170,55,134); }
H1.HeaderClassName
{
color: #AA3786;
}
.AnyTagClassName
{
color: #AA3786;
}
</style>
background-color css
<style>
a { background-color: #AA3786; }
a { background-color: rgb(170,55,134); }
div.DivClassName
{
background-color: #AA3786;
}
.BgClassName
{
background-color: #AA3786;
}
</style>
border-color css
<style>
span { border-color: #AA3786; }
span { border-color: rgb(170,55,134); }
td.TdClassName
{
border-color: #AA3786;
}
.TagClassName
{
border-color: #AA3786;
}
</style>