Shades of Medium Violet Red #AA1986
Tints of Medium Violet Red #AA1986
RGB
CMYK
RGB Variations
Color information
#AA1986 (or 0xAA1986) is known color: Medium Violet Red. HEX triplet: AA, 19 and 86. RGB value is (170,25,134). Sum of RGB (Red+Green+Blue) = 170+25+134=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1986 is #55E679. Grayscale: #505050. Windows color (decimal): -5629562 or 8788394. OLE color: 8788394.
HSL color Cylindrical-coordinate representation of color #AA1986: hue angle of 314.9º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1986 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 134 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.33 |
| HSL | 314.9º | 0.74% | 0.38% | - |
| HSV(B) | 314.9º | 0.85% | 0.67% | - |
| XYZ | 21.23 | 10.96 | 23.55 | - |
| YUV | 80.78 | 158.04 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 134 | 0 | 0.85 | 0.21 | 0.33 | 314.9 | 0.74 | 0.38 |
| Hex | AA | 19 | 86 | 0 | 55 | 15 | 21 | 13B | 4A | 26 |
| Octal | 252 | 31 | 206 | 0 | 125 | 25 | 41 | 473 | 112 | 46 |
| Binary | 10101010 | 11001 | 10000110 | 0 | 1010101 | 10101 | 100001 | 100111011 | 1001010 | 100110 |
Color Harmonies of #AA1986
Complementary color
Monochromatic Colors of #AA1986
Black with #AA1986
Text Example
Text Example
White with #AA1986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1986; }
p { color: rgb(170,25,134); }
H1.HeaderClassName
{
color: #AA1986;
}
.AnyTagClassName
{
color: #AA1986;
}
</style>
background-color css
<style>
a { background-color: #AA1986; }
a { background-color: rgb(170,25,134); }
div.DivClassName
{
background-color: #AA1986;
}
.BgClassName
{
background-color: #AA1986;
}
</style>
border-color css
<style>
span { border-color: #AA1986; }
span { border-color: rgb(170,25,134); }
td.TdClassName
{
border-color: #AA1986;
}
.TagClassName
{
border-color: #AA1986;
}
</style>