Shades of Medium Violet Red #AA1186
Tints of Medium Violet Red #AA1186
RGB
CMYK
RGB Variations
Color information
#AA1186 (or 0xAA1186) is known color: Medium Violet Red. HEX triplet: AA, 11 and 86. RGB value is (170,17,134). Sum of RGB (Red+Green+Blue) = 170+17+134=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1186 is #55EE79. Grayscale: #4B4B4B. Windows color (decimal): -5631610 or 8786346. OLE color: 8786346.
HSL color Cylindrical-coordinate representation of color #AA1186: hue angle of 314.12º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA1186 is Cyan = 0, Magento = 0.9, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 134 | - |
| CMYK | 0 | 0.9 | 0.21 | 0.33 |
| HSL | 314.12º | 0.82% | 0.37% | - |
| HSV(B) | 314.12º | 0.9% | 0.67% | - |
| XYZ | 21.08 | 10.67 | 23.5 | - |
| YUV | 76.09 | 160.69 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 134 | 0 | 0.9 | 0.21 | 0.33 | 314.12 | 0.82 | 0.37 |
| Hex | AA | 11 | 86 | 0 | 5A | 15 | 21 | 13A | 52 | 25 |
| Octal | 252 | 21 | 206 | 0 | 132 | 25 | 41 | 472 | 122 | 45 |
| Binary | 10101010 | 10001 | 10000110 | 0 | 1011010 | 10101 | 100001 | 100111010 | 1010010 | 100101 |
Color Harmonies of #AA1186
Complementary color
Monochromatic Colors of #AA1186
Black with #AA1186
Text Example
Text Example
White with #AA1186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1186; }
p { color: rgb(170,17,134); }
H1.HeaderClassName
{
color: #AA1186;
}
.AnyTagClassName
{
color: #AA1186;
}
</style>
background-color css
<style>
a { background-color: #AA1186; }
a { background-color: rgb(170,17,134); }
div.DivClassName
{
background-color: #AA1186;
}
.BgClassName
{
background-color: #AA1186;
}
</style>
border-color css
<style>
span { border-color: #AA1186; }
span { border-color: rgb(170,17,134); }
td.TdClassName
{
border-color: #AA1186;
}
.TagClassName
{
border-color: #AA1186;
}
</style>