Shades of Medium Violet Red #AA118B
Tints of Medium Violet Red #AA118B
RGB
CMYK
RGB Variations
Color information
#AA118B (or 0xAA118B) is known color: Medium Violet Red. HEX triplet: AA, 11 and 8B. RGB value is (170,17,139). Sum of RGB (Red+Green+Blue) = 170+17+139=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA118B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA118B is #55EE74. Grayscale: #4C4C4C. Windows color (decimal): -5631605 or 9114026. OLE color: 9114026.
HSL color Cylindrical-coordinate representation of color #AA118B: hue angle of 312.16º 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 #AA118B is Cyan = 0, Magento = 0.9, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 139 | - |
| CMYK | 0 | 0.9 | 0.18 | 0.33 |
| HSL | 312.16º | 0.82% | 0.37% | - |
| HSV(B) | 312.16º | 0.9% | 0.67% | - |
| XYZ | 21.44 | 10.81 | 25.38 | - |
| YUV | 76.66 | 163.19 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 139 | 0 | 0.9 | 0.18 | 0.33 | 312.16 | 0.82 | 0.37 |
| Hex | AA | 11 | 8B | 0 | 5A | 12 | 21 | 138 | 52 | 25 |
| Octal | 252 | 21 | 213 | 0 | 132 | 22 | 41 | 470 | 122 | 45 |
| Binary | 10101010 | 10001 | 10001011 | 0 | 1011010 | 10010 | 100001 | 100111000 | 1010010 | 100101 |
Color Harmonies of #AA118B
Complementary color
Monochromatic Colors of #AA118B
Black with #AA118B
Text Example
Text Example
White with #AA118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA118B; }
p { color: rgb(170,17,139); }
H1.HeaderClassName
{
color: #AA118B;
}
.AnyTagClassName
{
color: #AA118B;
}
</style>
background-color css
<style>
a { background-color: #AA118B; }
a { background-color: rgb(170,17,139); }
div.DivClassName
{
background-color: #AA118B;
}
.BgClassName
{
background-color: #AA118B;
}
</style>
border-color css
<style>
span { border-color: #AA118B; }
span { border-color: rgb(170,17,139); }
td.TdClassName
{
border-color: #AA118B;
}
.TagClassName
{
border-color: #AA118B;
}
</style>