Shades of Medium Red Violet #AA3C79
Tints of Medium Red Violet #AA3C79
RGB
CMYK
RGB Variations
Color information
#AA3C79 (or 0xAA3C79) is known color: Medium Red Violet. HEX triplet: AA, 3C and 79. RGB value is (170,60,121). Sum of RGB (Red+Green+Blue) = 170+60+121=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3C79 is #55C386. Grayscale: #636363. Windows color (decimal): -5620615 or 7945386. OLE color: 7945386.
HSL color Cylindrical-coordinate representation of color #AA3C79: hue angle of 326.73º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3C79 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 121 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.33 |
| HSL | 326.73º | 0.48% | 0.45% | - |
| HSV(B) | 326.73º | 0.65% | 0.67% | - |
| XYZ | 21.64 | 13.16 | 19.49 | - |
| YUV | 99.84 | 139.94 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 121 | 0 | 0.65 | 0.29 | 0.33 | 326.73 | 0.48 | 0.45 |
| Hex | AA | 3C | 79 | 0 | 41 | 1D | 21 | 147 | 30 | 2D |
| Octal | 252 | 74 | 171 | 0 | 101 | 35 | 41 | 507 | 60 | 55 |
| Binary | 10101010 | 111100 | 1111001 | 0 | 1000001 | 11101 | 100001 | 101000111 | 110000 | 101101 |
Color Harmonies of #AA3C79
Complementary color
Monochromatic Colors of #AA3C79
Black with #AA3C79
Text Example
Text Example
White with #AA3C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C79; }
p { color: rgb(170,60,121); }
H1.HeaderClassName
{
color: #AA3C79;
}
.AnyTagClassName
{
color: #AA3C79;
}
</style>
background-color css
<style>
a { background-color: #AA3C79; }
a { background-color: rgb(170,60,121); }
div.DivClassName
{
background-color: #AA3C79;
}
.BgClassName
{
background-color: #AA3C79;
}
</style>
border-color css
<style>
span { border-color: #AA3C79; }
span { border-color: rgb(170,60,121); }
td.TdClassName
{
border-color: #AA3C79;
}
.TagClassName
{
border-color: #AA3C79;
}
</style>