Shades of Medium Red Violet #AA3376
Tints of Medium Red Violet #AA3376
RGB
CMYK
RGB Variations
Color information
#AA3376 (or 0xAA3376) is known color: Medium Red Violet. HEX triplet: AA, 33 and 76. RGB value is (170,51,118). Sum of RGB (Red+Green+Blue) = 170+51+118=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3376 is #55CC89. Grayscale: #5E5E5E. Windows color (decimal): -5622922 or 7746474. OLE color: 7746474.
HSL color Cylindrical-coordinate representation of color #AA3376: hue angle of 326.22º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA3376 is Cyan = 0, Magento = 0.7, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 51 | 118 | - |
| CMYK | 0 | 0.7 | 0.31 | 0.33 |
| HSL | 326.22º | 0.54% | 0.43% | - |
| HSV(B) | 326.22º | 0.7% | 0.67% | - |
| XYZ | 21.03 | 12.22 | 18.39 | - |
| YUV | 94.22 | 141.42 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 51 | 118 | 0 | 0.7 | 0.31 | 0.33 | 326.22 | 0.54 | 0.43 |
| Hex | AA | 33 | 76 | 0 | 46 | 1F | 21 | 146 | 36 | 2B |
| Octal | 252 | 63 | 166 | 0 | 106 | 37 | 41 | 506 | 66 | 53 |
| Binary | 10101010 | 110011 | 1110110 | 0 | 1000110 | 11111 | 100001 | 101000110 | 110110 | 101011 |
Color Harmonies of #AA3376
Complementary color
Monochromatic Colors of #AA3376
Black with #AA3376
Text Example
Text Example
White with #AA3376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3376; }
p { color: rgb(170,51,118); }
H1.HeaderClassName
{
color: #AA3376;
}
.AnyTagClassName
{
color: #AA3376;
}
</style>
background-color css
<style>
a { background-color: #AA3376; }
a { background-color: rgb(170,51,118); }
div.DivClassName
{
background-color: #AA3376;
}
.BgClassName
{
background-color: #AA3376;
}
</style>
border-color css
<style>
span { border-color: #AA3376; }
span { border-color: rgb(170,51,118); }
td.TdClassName
{
border-color: #AA3376;
}
.TagClassName
{
border-color: #AA3376;
}
</style>