Shades of Medium Violet Red #AA1193
Tints of Medium Violet Red #AA1193
RGB
CMYK
RGB Variations
Color information
#AA1193 (or 0xAA1193) is known color: Medium Violet Red. HEX triplet: AA, 11 and 93. RGB value is (170,17,147). Sum of RGB (Red+Green+Blue) = 170+17+147=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1193 is #55EE6C. Grayscale: #4D4D4D. Windows color (decimal): -5631597 or 9638314. OLE color: 9638314.
HSL color Cylindrical-coordinate representation of color #AA1193: hue angle of 309.02º 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 #AA1193 is Cyan = 0, Magento = 0.9, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 147 | - |
| CMYK | 0 | 0.9 | 0.14 | 0.33 |
| HSL | 309.02º | 0.82% | 0.37% | - |
| HSV(B) | 309.02º | 0.9% | 0.67% | - |
| XYZ | 22.04 | 11.05 | 28.58 | - |
| YUV | 77.57 | 167.19 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 147 | 0 | 0.9 | 0.14 | 0.33 | 309.02 | 0.82 | 0.37 |
| Hex | AA | 11 | 93 | 0 | 5A | E | 21 | 135 | 52 | 25 |
| Octal | 252 | 21 | 223 | 0 | 132 | 16 | 41 | 465 | 122 | 45 |
| Binary | 10101010 | 10001 | 10010011 | 0 | 1011010 | 1110 | 100001 | 100110101 | 1010010 | 100101 |
Color Harmonies of #AA1193
Complementary color
Monochromatic Colors of #AA1193
Black with #AA1193
Text Example
Text Example
White with #AA1193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1193; }
p { color: rgb(170,17,147); }
H1.HeaderClassName
{
color: #AA1193;
}
.AnyTagClassName
{
color: #AA1193;
}
</style>
background-color css
<style>
a { background-color: #AA1193; }
a { background-color: rgb(170,17,147); }
div.DivClassName
{
background-color: #AA1193;
}
.BgClassName
{
background-color: #AA1193;
}
</style>
border-color css
<style>
span { border-color: #AA1193; }
span { border-color: rgb(170,17,147); }
td.TdClassName
{
border-color: #AA1193;
}
.TagClassName
{
border-color: #AA1193;
}
</style>