Shades of Medium Red Violet #AA1E86
Tints of Medium Red Violet #AA1E86
RGB
CMYK
RGB Variations
Color information
#AA1E86 (or 0xAA1E86) is known color: Medium Red Violet. HEX triplet: AA, 1E and 86. RGB value is (170,30,134). Sum of RGB (Red+Green+Blue) = 170+30+134=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1E86 is #55E179. Grayscale: #535353. Windows color (decimal): -5628282 or 8789674. OLE color: 8789674.
HSL color Cylindrical-coordinate representation of color #AA1E86: hue angle of 315.43º 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 #AA1E86 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 134 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.33 |
| HSL | 315.43º | 0.7% | 0.39% | - |
| HSV(B) | 315.43º | 0.82% | 0.67% | - |
| XYZ | 21.34 | 11.2 | 23.59 | - |
| YUV | 83.72 | 156.38 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 134 | 0 | 0.82 | 0.21 | 0.33 | 315.43 | 0.7 | 0.39 |
| Hex | AA | 1E | 86 | 0 | 52 | 15 | 21 | 13B | 46 | 27 |
| Octal | 252 | 36 | 206 | 0 | 122 | 25 | 41 | 473 | 106 | 47 |
| Binary | 10101010 | 11110 | 10000110 | 0 | 1010010 | 10101 | 100001 | 100111011 | 1000110 | 100111 |
Color Harmonies of #AA1E86
Complementary color
Monochromatic Colors of #AA1E86
Black with #AA1E86
Text Example
Text Example
White with #AA1E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E86; }
p { color: rgb(170,30,134); }
H1.HeaderClassName
{
color: #AA1E86;
}
.AnyTagClassName
{
color: #AA1E86;
}
</style>
background-color css
<style>
a { background-color: #AA1E86; }
a { background-color: rgb(170,30,134); }
div.DivClassName
{
background-color: #AA1E86;
}
.BgClassName
{
background-color: #AA1E86;
}
</style>
border-color css
<style>
span { border-color: #AA1E86; }
span { border-color: rgb(170,30,134); }
td.TdClassName
{
border-color: #AA1E86;
}
.TagClassName
{
border-color: #AA1E86;
}
</style>