Shades of Medium Red Violet #AA1E76
Tints of Medium Red Violet #AA1E76
RGB
CMYK
RGB Variations
Color information
#AA1E76 (or 0xAA1E76) is known color: Medium Red Violet. HEX triplet: AA, 1E and 76. RGB value is (170,30,118). Sum of RGB (Red+Green+Blue) = 170+30+118=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1E76 is #55E189. Grayscale: #515151. Windows color (decimal): -5628298 or 7741098. OLE color: 7741098.
HSL color Cylindrical-coordinate representation of color #AA1E76: hue angle of 322.29º 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 #AA1E76 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 118 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.33 |
| HSL | 322.29º | 0.7% | 0.39% | - |
| HSV(B) | 322.29º | 0.82% | 0.67% | - |
| XYZ | 20.31 | 10.78 | 18.15 | - |
| YUV | 81.89 | 148.38 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 118 | 0 | 0.82 | 0.31 | 0.33 | 322.29 | 0.7 | 0.39 |
| Hex | AA | 1E | 76 | 0 | 52 | 1F | 21 | 142 | 46 | 27 |
| Octal | 252 | 36 | 166 | 0 | 122 | 37 | 41 | 502 | 106 | 47 |
| Binary | 10101010 | 11110 | 1110110 | 0 | 1010010 | 11111 | 100001 | 101000010 | 1000110 | 100111 |
Color Harmonies of #AA1E76
Complementary color
Monochromatic Colors of #AA1E76
Black with #AA1E76
Text Example
Text Example
White with #AA1E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E76; }
p { color: rgb(170,30,118); }
H1.HeaderClassName
{
color: #AA1E76;
}
.AnyTagClassName
{
color: #AA1E76;
}
</style>
background-color css
<style>
a { background-color: #AA1E76; }
a { background-color: rgb(170,30,118); }
div.DivClassName
{
background-color: #AA1E76;
}
.BgClassName
{
background-color: #AA1E76;
}
</style>
border-color css
<style>
span { border-color: #AA1E76; }
span { border-color: rgb(170,30,118); }
td.TdClassName
{
border-color: #AA1E76;
}
.TagClassName
{
border-color: #AA1E76;
}
</style>