Shades of Medium Violet Red #AA117E
Tints of Medium Violet Red #AA117E
RGB
CMYK
RGB Variations
Color information
#AA117E (or 0xAA117E) is known color: Medium Violet Red. HEX triplet: AA, 11 and 7E. RGB value is (170,17,126). Sum of RGB (Red+Green+Blue) = 170+17+126=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA117E is #55EE81. Grayscale: #4A4A4A. Windows color (decimal): -5631618 or 8262058. OLE color: 8262058.
HSL color Cylindrical-coordinate representation of color #AA117E: hue angle of 317.25º 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 #AA117E is Cyan = 0, Magento = 0.9, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 126 | - |
| CMYK | 0 | 0.9 | 0.26 | 0.33 |
| HSL | 317.25º | 0.82% | 0.37% | - |
| HSV(B) | 317.25º | 0.9% | 0.67% | - |
| XYZ | 20.54 | 10.45 | 20.67 | - |
| YUV | 75.17 | 156.69 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 126 | 0 | 0.9 | 0.26 | 0.33 | 317.25 | 0.82 | 0.37 |
| Hex | AA | 11 | 7E | 0 | 5A | 1A | 21 | 13D | 52 | 25 |
| Octal | 252 | 21 | 176 | 0 | 132 | 32 | 41 | 475 | 122 | 45 |
| Binary | 10101010 | 10001 | 1111110 | 0 | 1011010 | 11010 | 100001 | 100111101 | 1010010 | 100101 |
Color Harmonies of #AA117E
Complementary color
Monochromatic Colors of #AA117E
Black with #AA117E
Text Example
Text Example
White with #AA117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA117E; }
p { color: rgb(170,17,126); }
H1.HeaderClassName
{
color: #AA117E;
}
.AnyTagClassName
{
color: #AA117E;
}
</style>
background-color css
<style>
a { background-color: #AA117E; }
a { background-color: rgb(170,17,126); }
div.DivClassName
{
background-color: #AA117E;
}
.BgClassName
{
background-color: #AA117E;
}
</style>
border-color css
<style>
span { border-color: #AA117E; }
span { border-color: rgb(170,17,126); }
td.TdClassName
{
border-color: #AA117E;
}
.TagClassName
{
border-color: #AA117E;
}
</style>