Shades of Medium Red Violet #AA3776
Tints of Medium Red Violet #AA3776
RGB
CMYK
RGB Variations
Color information
#AA3776 (or 0xAA3776) is known color: Medium Red Violet. HEX triplet: AA, 37 and 76. RGB value is (170,55,118). Sum of RGB (Red+Green+Blue) = 170+55+118=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3776 is #55C889. Grayscale: #606060. Windows color (decimal): -5621898 or 7747498. OLE color: 7747498.
HSL color Cylindrical-coordinate representation of color #AA3776: hue angle of 327.13º 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 #AA3776 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 118 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.33 |
| HSL | 327.13º | 0.51% | 0.44% | - |
| HSV(B) | 327.13º | 0.68% | 0.67% | - |
| XYZ | 21.21 | 12.59 | 18.45 | - |
| YUV | 96.57 | 140.1 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 118 | 0 | 0.68 | 0.31 | 0.33 | 327.13 | 0.51 | 0.44 |
| Hex | AA | 37 | 76 | 0 | 44 | 1F | 21 | 147 | 33 | 2C |
| Octal | 252 | 67 | 166 | 0 | 104 | 37 | 41 | 507 | 63 | 54 |
| Binary | 10101010 | 110111 | 1110110 | 0 | 1000100 | 11111 | 100001 | 101000111 | 110011 | 101100 |
Color Harmonies of #AA3776
Complementary color
Monochromatic Colors of #AA3776
Black with #AA3776
Text Example
Text Example
White with #AA3776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3776; }
p { color: rgb(170,55,118); }
H1.HeaderClassName
{
color: #AA3776;
}
.AnyTagClassName
{
color: #AA3776;
}
</style>
background-color css
<style>
a { background-color: #AA3776; }
a { background-color: rgb(170,55,118); }
div.DivClassName
{
background-color: #AA3776;
}
.BgClassName
{
background-color: #AA3776;
}
</style>
border-color css
<style>
span { border-color: #AA3776; }
span { border-color: rgb(170,55,118); }
td.TdClassName
{
border-color: #AA3776;
}
.TagClassName
{
border-color: #AA3776;
}
</style>