Shades of Medium Violet Red #AA157C
Tints of Medium Violet Red #AA157C
RGB
CMYK
RGB Variations
Color information
#AA157C (or 0xAA157C) is known color: Medium Violet Red. HEX triplet: AA, 15 and 7C. RGB value is (170,21,124). Sum of RGB (Red+Green+Blue) = 170+21+124=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA157C is #55EA83. Grayscale: #4D4D4D. Windows color (decimal): -5630596 or 8132010. OLE color: 8132010.
HSL color Cylindrical-coordinate representation of color #AA157C: hue angle of 318.52º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA157C is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 124 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.33 |
| HSL | 318.52º | 0.78% | 0.37% | - |
| HSV(B) | 318.52º | 0.88% | 0.67% | - |
| XYZ | 20.48 | 10.54 | 20.02 | - |
| YUV | 77.29 | 154.36 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 124 | 0 | 0.88 | 0.27 | 0.33 | 318.52 | 0.78 | 0.37 |
| Hex | AA | 15 | 7C | 0 | 58 | 1B | 21 | 13F | 4E | 25 |
| Octal | 252 | 25 | 174 | 0 | 130 | 33 | 41 | 477 | 116 | 45 |
| Binary | 10101010 | 10101 | 1111100 | 0 | 1011000 | 11011 | 100001 | 100111111 | 1001110 | 100101 |
Color Harmonies of #AA157C
Complementary color
Monochromatic Colors of #AA157C
Black with #AA157C
Text Example
Text Example
White with #AA157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA157C; }
p { color: rgb(170,21,124); }
H1.HeaderClassName
{
color: #AA157C;
}
.AnyTagClassName
{
color: #AA157C;
}
</style>
background-color css
<style>
a { background-color: #AA157C; }
a { background-color: rgb(170,21,124); }
div.DivClassName
{
background-color: #AA157C;
}
.BgClassName
{
background-color: #AA157C;
}
</style>
border-color css
<style>
span { border-color: #AA157C; }
span { border-color: rgb(170,21,124); }
td.TdClassName
{
border-color: #AA157C;
}
.TagClassName
{
border-color: #AA157C;
}
</style>