Shades of Medium Red Violet #AA3C78
Tints of Medium Red Violet #AA3C78
RGB
CMYK
RGB Variations
Color information
#AA3C78 (or 0xAA3C78) is known color: Medium Red Violet. HEX triplet: AA, 3C and 78. RGB value is (170,60,120). Sum of RGB (Red+Green+Blue) = 170+60+120=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 120 (47.27% from 255 or 34.29% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3C78 is #55C387. Grayscale: #636363. Windows color (decimal): -5620616 or 7879850. OLE color: 7879850.
HSL color Cylindrical-coordinate representation of color #AA3C78: hue angle of 327.27º 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 #AA3C78 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 120 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.33 |
| HSL | 327.27º | 0.48% | 0.45% | - |
| HSV(B) | 327.27º | 0.65% | 0.67% | - |
| XYZ | 21.58 | 13.13 | 19.17 | - |
| YUV | 99.73 | 139.44 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 120 | 0 | 0.65 | 0.29 | 0.33 | 327.27 | 0.48 | 0.45 |
| Hex | AA | 3C | 78 | 0 | 41 | 1D | 21 | 147 | 30 | 2D |
| Octal | 252 | 74 | 170 | 0 | 101 | 35 | 41 | 507 | 60 | 55 |
| Binary | 10101010 | 111100 | 1111000 | 0 | 1000001 | 11101 | 100001 | 101000111 | 110000 | 101101 |
Color Harmonies of #AA3C78
Complementary color
Monochromatic Colors of #AA3C78
Black with #AA3C78
Text Example
Text Example
White with #AA3C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C78; }
p { color: rgb(170,60,120); }
H1.HeaderClassName
{
color: #AA3C78;
}
.AnyTagClassName
{
color: #AA3C78;
}
</style>
background-color css
<style>
a { background-color: #AA3C78; }
a { background-color: rgb(170,60,120); }
div.DivClassName
{
background-color: #AA3C78;
}
.BgClassName
{
background-color: #AA3C78;
}
</style>
border-color css
<style>
span { border-color: #AA3C78; }
span { border-color: rgb(170,60,120); }
td.TdClassName
{
border-color: #AA3C78;
}
.TagClassName
{
border-color: #AA3C78;
}
</style>