Shades of Medium Violet Red #AA157D
Tints of Medium Violet Red #AA157D
RGB
CMYK
RGB Variations
Color information
#AA157D (or 0xAA157D) is known color: Medium Violet Red. HEX triplet: AA, 15 and 7D. RGB value is (170,21,125). Sum of RGB (Red+Green+Blue) = 170+21+125=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA157D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA157D is #55EA82. Grayscale: #4D4D4D. Windows color (decimal): -5630595 or 8197546. OLE color: 8197546.
HSL color Cylindrical-coordinate representation of color #AA157D: hue angle of 318.12º 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 #AA157D is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 125 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.33 |
| HSL | 318.12º | 0.78% | 0.37% | - |
| HSV(B) | 318.12º | 0.88% | 0.67% | - |
| XYZ | 20.55 | 10.56 | 20.36 | - |
| YUV | 77.41 | 154.86 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 125 | 0 | 0.88 | 0.26 | 0.33 | 318.12 | 0.78 | 0.37 |
| Hex | AA | 15 | 7D | 0 | 58 | 1A | 21 | 13E | 4E | 25 |
| Octal | 252 | 25 | 175 | 0 | 130 | 32 | 41 | 476 | 116 | 45 |
| Binary | 10101010 | 10101 | 1111101 | 0 | 1011000 | 11010 | 100001 | 100111110 | 1001110 | 100101 |
Color Harmonies of #AA157D
Complementary color
Monochromatic Colors of #AA157D
Black with #AA157D
Text Example
Text Example
White with #AA157D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA157D; }
p { color: rgb(170,21,125); }
H1.HeaderClassName
{
color: #AA157D;
}
.AnyTagClassName
{
color: #AA157D;
}
</style>
background-color css
<style>
a { background-color: #AA157D; }
a { background-color: rgb(170,21,125); }
div.DivClassName
{
background-color: #AA157D;
}
.BgClassName
{
background-color: #AA157D;
}
</style>
border-color css
<style>
span { border-color: #AA157D; }
span { border-color: rgb(170,21,125); }
td.TdClassName
{
border-color: #AA157D;
}
.TagClassName
{
border-color: #AA157D;
}
</style>