Shades of Medium Red Violet #AA3978
Tints of Medium Red Violet #AA3978
RGB
CMYK
RGB Variations
Color information
#AA3978 (or 0xAA3978) is known color: Medium Red Violet. HEX triplet: AA, 39 and 78. RGB value is (170,57,120). Sum of RGB (Red+Green+Blue) = 170+57+120=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3978 is #55C687. Grayscale: #616161. Windows color (decimal): -5621384 or 7879082. OLE color: 7879082.
HSL color Cylindrical-coordinate representation of color #AA3978: hue angle of 326.55º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3978 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 120 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.33 |
| HSL | 326.55º | 0.5% | 0.45% | - |
| HSV(B) | 326.55º | 0.66% | 0.67% | - |
| XYZ | 21.43 | 12.83 | 19.12 | - |
| YUV | 97.97 | 140.44 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 120 | 0 | 0.66 | 0.29 | 0.33 | 326.55 | 0.5 | 0.45 |
| Hex | AA | 39 | 78 | 0 | 42 | 1D | 21 | 147 | 32 | 2D |
| Octal | 252 | 71 | 170 | 0 | 102 | 35 | 41 | 507 | 62 | 55 |
| Binary | 10101010 | 111001 | 1111000 | 0 | 1000010 | 11101 | 100001 | 101000111 | 110010 | 101101 |
Color Harmonies of #AA3978
Complementary color
Monochromatic Colors of #AA3978
Black with #AA3978
Text Example
Text Example
White with #AA3978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3978; }
p { color: rgb(170,57,120); }
H1.HeaderClassName
{
color: #AA3978;
}
.AnyTagClassName
{
color: #AA3978;
}
</style>
background-color css
<style>
a { background-color: #AA3978; }
a { background-color: rgb(170,57,120); }
div.DivClassName
{
background-color: #AA3978;
}
.BgClassName
{
background-color: #AA3978;
}
</style>
border-color css
<style>
span { border-color: #AA3978; }
span { border-color: rgb(170,57,120); }
td.TdClassName
{
border-color: #AA3978;
}
.TagClassName
{
border-color: #AA3978;
}
</style>