Shades of Medium Red Violet #AA1E79
Tints of Medium Red Violet #AA1E79
RGB
CMYK
RGB Variations
Color information
#AA1E79 (or 0xAA1E79) is known color: Medium Red Violet. HEX triplet: AA, 1E and 79. RGB value is (170,30,121). Sum of RGB (Red+Green+Blue) = 170+30+121=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1E79 is #55E186. Grayscale: #525252. Windows color (decimal): -5628295 or 7937706. OLE color: 7937706.
HSL color Cylindrical-coordinate representation of color #AA1E79: hue angle of 321º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1E79 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 121 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.33 |
| HSL | 321º | 0.7% | 0.39% | - |
| HSV(B) | 321º | 0.82% | 0.67% | - |
| XYZ | 20.49 | 10.86 | 19.1 | - |
| YUV | 82.23 | 149.88 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 121 | 0 | 0.82 | 0.29 | 0.33 | 321 | 0.7 | 0.39 |
| Hex | AA | 1E | 79 | 0 | 52 | 1D | 21 | 141 | 46 | 27 |
| Octal | 252 | 36 | 171 | 0 | 122 | 35 | 41 | 501 | 106 | 47 |
| Binary | 10101010 | 11110 | 1111001 | 0 | 1010010 | 11101 | 100001 | 101000001 | 1000110 | 100111 |
Color Harmonies of #AA1E79
Complementary color
Monochromatic Colors of #AA1E79
Black with #AA1E79
Text Example
Text Example
White with #AA1E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E79; }
p { color: rgb(170,30,121); }
H1.HeaderClassName
{
color: #AA1E79;
}
.AnyTagClassName
{
color: #AA1E79;
}
</style>
background-color css
<style>
a { background-color: #AA1E79; }
a { background-color: rgb(170,30,121); }
div.DivClassName
{
background-color: #AA1E79;
}
.BgClassName
{
background-color: #AA1E79;
}
</style>
border-color css
<style>
span { border-color: #AA1E79; }
span { border-color: rgb(170,30,121); }
td.TdClassName
{
border-color: #AA1E79;
}
.TagClassName
{
border-color: #AA1E79;
}
</style>