Shades of Medium Red Violet #AA3779
Tints of Medium Red Violet #AA3779
RGB
CMYK
RGB Variations
Color information
#AA3779 (or 0xAA3779) is known color: Medium Red Violet. HEX triplet: AA, 37 and 79. RGB value is (170,55,121). Sum of RGB (Red+Green+Blue) = 170+55+121=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3779 is #55C886. Grayscale: #606060. Windows color (decimal): -5621895 or 7944106. OLE color: 7944106.
HSL color Cylindrical-coordinate representation of color #AA3779: hue angle of 325.57º 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 #AA3779 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 55 | 121 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.33 |
| HSL | 325.57º | 0.51% | 0.44% | - |
| HSV(B) | 325.57º | 0.68% | 0.67% | - |
| XYZ | 21.39 | 12.66 | 19.4 | - |
| YUV | 96.91 | 141.6 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 55 | 121 | 0 | 0.68 | 0.29 | 0.33 | 325.57 | 0.51 | 0.44 |
| Hex | AA | 37 | 79 | 0 | 44 | 1D | 21 | 146 | 33 | 2C |
| Octal | 252 | 67 | 171 | 0 | 104 | 35 | 41 | 506 | 63 | 54 |
| Binary | 10101010 | 110111 | 1111001 | 0 | 1000100 | 11101 | 100001 | 101000110 | 110011 | 101100 |
Color Harmonies of #AA3779
Complementary color
Monochromatic Colors of #AA3779
Black with #AA3779
Text Example
Text Example
White with #AA3779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3779; }
p { color: rgb(170,55,121); }
H1.HeaderClassName
{
color: #AA3779;
}
.AnyTagClassName
{
color: #AA3779;
}
</style>
background-color css
<style>
a { background-color: #AA3779; }
a { background-color: rgb(170,55,121); }
div.DivClassName
{
background-color: #AA3779;
}
.BgClassName
{
background-color: #AA3779;
}
</style>
border-color css
<style>
span { border-color: #AA3779; }
span { border-color: rgb(170,55,121); }
td.TdClassName
{
border-color: #AA3779;
}
.TagClassName
{
border-color: #AA3779;
}
</style>