Shades of Medium Violet Red #AA1779
Tints of Medium Violet Red #AA1779
RGB
CMYK
RGB Variations
Color information
#AA1779 (or 0xAA1779) is known color: Medium Violet Red. HEX triplet: AA, 17 and 79. RGB value is (170,23,121). Sum of RGB (Red+Green+Blue) = 170+23+121=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA1779 is #55E886. Grayscale: #4D4D4D. Windows color (decimal): -5630087 or 7935914. OLE color: 7935914.
HSL color Cylindrical-coordinate representation of color #AA1779: hue angle of 320º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1779 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 121 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.33 |
| HSL | 320º | 0.76% | 0.38% | - |
| HSV(B) | 320º | 0.86% | 0.67% | - |
| XYZ | 20.34 | 10.54 | 19.05 | - |
| YUV | 78.13 | 152.2 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 121 | 0 | 0.86 | 0.29 | 0.33 | 320 | 0.76 | 0.38 |
| Hex | AA | 17 | 79 | 0 | 56 | 1D | 21 | 140 | 4C | 26 |
| Octal | 252 | 27 | 171 | 0 | 126 | 35 | 41 | 500 | 114 | 46 |
| Binary | 10101010 | 10111 | 1111001 | 0 | 1010110 | 11101 | 100001 | 101000000 | 1001100 | 100110 |
Color Harmonies of #AA1779
Complementary color
Monochromatic Colors of #AA1779
Black with #AA1779
Text Example
Text Example
White with #AA1779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1779; }
p { color: rgb(170,23,121); }
H1.HeaderClassName
{
color: #AA1779;
}
.AnyTagClassName
{
color: #AA1779;
}
</style>
background-color css
<style>
a { background-color: #AA1779; }
a { background-color: rgb(170,23,121); }
div.DivClassName
{
background-color: #AA1779;
}
.BgClassName
{
background-color: #AA1779;
}
</style>
border-color css
<style>
span { border-color: #AA1779; }
span { border-color: rgb(170,23,121); }
td.TdClassName
{
border-color: #AA1779;
}
.TagClassName
{
border-color: #AA1779;
}
</style>