Shades of Medium Violet Red #AA157B
Tints of Medium Violet Red #AA157B
RGB
CMYK
RGB Variations
Color information
#AA157B (or 0xAA157B) is known color: Medium Violet Red. HEX triplet: AA, 15 and 7B. RGB value is (170,21,123). Sum of RGB (Red+Green+Blue) = 170+21+123=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA157B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA157B is #55EA84. Grayscale: #4C4C4C. Windows color (decimal): -5630597 or 8066474. OLE color: 8066474.
HSL color Cylindrical-coordinate representation of color #AA157B: hue angle of 318.93º 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 #AA157B is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 123 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.33 |
| HSL | 318.93º | 0.78% | 0.37% | - |
| HSV(B) | 318.93º | 0.88% | 0.67% | - |
| XYZ | 20.42 | 10.51 | 19.69 | - |
| YUV | 77.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 123 | 0 | 0.88 | 0.28 | 0.33 | 318.93 | 0.78 | 0.37 |
| Hex | AA | 15 | 7B | 0 | 58 | 1C | 21 | 13F | 4E | 25 |
| Octal | 252 | 25 | 173 | 0 | 130 | 34 | 41 | 477 | 116 | 45 |
| Binary | 10101010 | 10101 | 1111011 | 0 | 1011000 | 11100 | 100001 | 100111111 | 1001110 | 100101 |
Color Harmonies of #AA157B
Complementary color
Monochromatic Colors of #AA157B
Black with #AA157B
Text Example
Text Example
White with #AA157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA157B; }
p { color: rgb(170,21,123); }
H1.HeaderClassName
{
color: #AA157B;
}
.AnyTagClassName
{
color: #AA157B;
}
</style>
background-color css
<style>
a { background-color: #AA157B; }
a { background-color: rgb(170,21,123); }
div.DivClassName
{
background-color: #AA157B;
}
.BgClassName
{
background-color: #AA157B;
}
</style>
border-color css
<style>
span { border-color: #AA157B; }
span { border-color: rgb(170,21,123); }
td.TdClassName
{
border-color: #AA157B;
}
.TagClassName
{
border-color: #AA157B;
}
</style>