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