Shades of Medium Violet Red #AA1192
Tints of Medium Violet Red #AA1192
RGB
CMYK
RGB Variations
Color information
#AA1192 (or 0xAA1192) is known color: Medium Violet Red. HEX triplet: AA, 11 and 92. RGB value is (170,17,146). Sum of RGB (Red+Green+Blue) = 170+17+146=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1192 is #55EE6D. Grayscale: #4D4D4D. Windows color (decimal): -5631598 or 9572778. OLE color: 9572778.
HSL color Cylindrical-coordinate representation of color #AA1192: hue angle of 309.41º 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 #AA1192 is Cyan = 0, Magento = 0.9, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 146 | - |
| CMYK | 0 | 0.9 | 0.14 | 0.33 |
| HSL | 309.41º | 0.82% | 0.37% | - |
| HSV(B) | 309.41º | 0.9% | 0.67% | - |
| XYZ | 21.97 | 11.02 | 28.16 | - |
| YUV | 77.45 | 166.69 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 146 | 0 | 0.9 | 0.14 | 0.33 | 309.41 | 0.82 | 0.37 |
| Hex | AA | 11 | 92 | 0 | 5A | E | 21 | 135 | 52 | 25 |
| Octal | 252 | 21 | 222 | 0 | 132 | 16 | 41 | 465 | 122 | 45 |
| Binary | 10101010 | 10001 | 10010010 | 0 | 1011010 | 1110 | 100001 | 100110101 | 1010010 | 100101 |
Color Harmonies of #AA1192
Complementary color
Monochromatic Colors of #AA1192
Black with #AA1192
Text Example
Text Example
White with #AA1192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1192; }
p { color: rgb(170,17,146); }
H1.HeaderClassName
{
color: #AA1192;
}
.AnyTagClassName
{
color: #AA1192;
}
</style>
background-color css
<style>
a { background-color: #AA1192; }
a { background-color: rgb(170,17,146); }
div.DivClassName
{
background-color: #AA1192;
}
.BgClassName
{
background-color: #AA1192;
}
</style>
border-color css
<style>
span { border-color: #AA1192; }
span { border-color: rgb(170,17,146); }
td.TdClassName
{
border-color: #AA1192;
}
.TagClassName
{
border-color: #AA1192;
}
</style>