Shades of Medium Violet Red #AA117F
Tints of Medium Violet Red #AA117F
RGB
CMYK
RGB Variations
Color information
#AA117F (or 0xAA117F) is known color: Medium Violet Red. HEX triplet: AA, 11 and 7F. RGB value is (170,17,127). Sum of RGB (Red+Green+Blue) = 170+17+127=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA117F is #55EE80. Grayscale: #4B4B4B. Windows color (decimal): -5631617 or 8327594. OLE color: 8327594.
HSL color Cylindrical-coordinate representation of color #AA117F: hue angle of 316.86º 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 #AA117F is Cyan = 0, Magento = 0.9, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 127 | - |
| CMYK | 0 | 0.9 | 0.25 | 0.33 |
| HSL | 316.86º | 0.82% | 0.37% | - |
| HSV(B) | 316.86º | 0.9% | 0.67% | - |
| XYZ | 20.61 | 10.48 | 21.02 | - |
| YUV | 75.29 | 157.19 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 127 | 0 | 0.9 | 0.25 | 0.33 | 316.86 | 0.82 | 0.37 |
| Hex | AA | 11 | 7F | 0 | 5A | 19 | 21 | 13D | 52 | 25 |
| Octal | 252 | 21 | 177 | 0 | 132 | 31 | 41 | 475 | 122 | 45 |
| Binary | 10101010 | 10001 | 1111111 | 0 | 1011010 | 11001 | 100001 | 100111101 | 1010010 | 100101 |
Color Harmonies of #AA117F
Complementary color
Monochromatic Colors of #AA117F
Black with #AA117F
Text Example
Text Example
White with #AA117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA117F; }
p { color: rgb(170,17,127); }
H1.HeaderClassName
{
color: #AA117F;
}
.AnyTagClassName
{
color: #AA117F;
}
</style>
background-color css
<style>
a { background-color: #AA117F; }
a { background-color: rgb(170,17,127); }
div.DivClassName
{
background-color: #AA117F;
}
.BgClassName
{
background-color: #AA117F;
}
</style>
border-color css
<style>
span { border-color: #AA117F; }
span { border-color: rgb(170,17,127); }
td.TdClassName
{
border-color: #AA117F;
}
.TagClassName
{
border-color: #AA117F;
}
</style>