Shades of Medium Violet Red #AA118A
Tints of Medium Violet Red #AA118A
RGB
CMYK
RGB Variations
Color information
#AA118A (or 0xAA118A) is known color: Medium Violet Red. HEX triplet: AA, 11 and 8A. RGB value is (170,17,138). Sum of RGB (Red+Green+Blue) = 170+17+138=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA118A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA118A is #55EE75. Grayscale: #4C4C4C. Windows color (decimal): -5631606 or 9048490. OLE color: 9048490.
HSL color Cylindrical-coordinate representation of color #AA118A: hue angle of 312.55º 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 #AA118A is Cyan = 0, Magento = 0.9, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 138 | - |
| CMYK | 0 | 0.9 | 0.19 | 0.33 |
| HSL | 312.55º | 0.82% | 0.37% | - |
| HSV(B) | 312.55º | 0.9% | 0.67% | - |
| XYZ | 21.37 | 10.78 | 25 | - |
| YUV | 76.54 | 162.69 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 138 | 0 | 0.9 | 0.19 | 0.33 | 312.55 | 0.82 | 0.37 |
| Hex | AA | 11 | 8A | 0 | 5A | 13 | 21 | 139 | 52 | 25 |
| Octal | 252 | 21 | 212 | 0 | 132 | 23 | 41 | 471 | 122 | 45 |
| Binary | 10101010 | 10001 | 10001010 | 0 | 1011010 | 10011 | 100001 | 100111001 | 1010010 | 100101 |
Color Harmonies of #AA118A
Complementary color
Monochromatic Colors of #AA118A
Black with #AA118A
Text Example
Text Example
White with #AA118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA118A; }
p { color: rgb(170,17,138); }
H1.HeaderClassName
{
color: #AA118A;
}
.AnyTagClassName
{
color: #AA118A;
}
</style>
background-color css
<style>
a { background-color: #AA118A; }
a { background-color: rgb(170,17,138); }
div.DivClassName
{
background-color: #AA118A;
}
.BgClassName
{
background-color: #AA118A;
}
</style>
border-color css
<style>
span { border-color: #AA118A; }
span { border-color: rgb(170,17,138); }
td.TdClassName
{
border-color: #AA118A;
}
.TagClassName
{
border-color: #AA118A;
}
</style>