Shades of Medium Violet Red #AA1190
Tints of Medium Violet Red #AA1190
RGB
CMYK
RGB Variations
Color information
#AA1190 (or 0xAA1190) is known color: Medium Violet Red. HEX triplet: AA, 11 and 90. RGB value is (170,17,144). Sum of RGB (Red+Green+Blue) = 170+17+144=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1190 is #55EE6F. Grayscale: #4C4C4C. Windows color (decimal): -5631600 or 9441706. OLE color: 9441706.
HSL color Cylindrical-coordinate representation of color #AA1190: hue angle of 310.2º 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 #AA1190 is Cyan = 0, Magento = 0.9, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 144 | - |
| CMYK | 0 | 0.9 | 0.15 | 0.33 |
| HSL | 310.2º | 0.82% | 0.37% | - |
| HSV(B) | 310.2º | 0.9% | 0.67% | - |
| XYZ | 21.81 | 10.96 | 27.35 | - |
| YUV | 77.23 | 165.69 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 144 | 0 | 0.9 | 0.15 | 0.33 | 310.2 | 0.82 | 0.37 |
| Hex | AA | 11 | 90 | 0 | 5A | F | 21 | 136 | 52 | 25 |
| Octal | 252 | 21 | 220 | 0 | 132 | 17 | 41 | 466 | 122 | 45 |
| Binary | 10101010 | 10001 | 10010000 | 0 | 1011010 | 1111 | 100001 | 100110110 | 1010010 | 100101 |
Color Harmonies of #AA1190
Complementary color
Monochromatic Colors of #AA1190
Black with #AA1190
Text Example
Text Example
White with #AA1190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1190; }
p { color: rgb(170,17,144); }
H1.HeaderClassName
{
color: #AA1190;
}
.AnyTagClassName
{
color: #AA1190;
}
</style>
background-color css
<style>
a { background-color: #AA1190; }
a { background-color: rgb(170,17,144); }
div.DivClassName
{
background-color: #AA1190;
}
.BgClassName
{
background-color: #AA1190;
}
</style>
border-color css
<style>
span { border-color: #AA1190; }
span { border-color: rgb(170,17,144); }
td.TdClassName
{
border-color: #AA1190;
}
.TagClassName
{
border-color: #AA1190;
}
</style>