Shades of Medium Violet Red #AB157C
Tints of Medium Violet Red #AB157C
RGB
CMYK
RGB Variations
Color information
#AB157C (or 0xAB157C) is known color: Medium Violet Red. HEX triplet: AB, 15 and 7C. RGB value is (171,21,124). Sum of RGB (Red+Green+Blue) = 171+21+124=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB157C is #54EA83. Grayscale: #4D4D4D. Windows color (decimal): -5565060 or 8132011. OLE color: 8132011.
HSL color Cylindrical-coordinate representation of color #AB157C: hue angle of 318.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB157C is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 124 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.33 |
| HSL | 318.8º | 0.78% | 0.38% | - |
| HSV(B) | 318.8º | 0.88% | 0.67% | - |
| XYZ | 20.7 | 10.65 | 20.03 | - |
| YUV | 77.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 124 | 0 | 0.88 | 0.27 | 0.33 | 318.8 | 0.78 | 0.38 |
| Hex | AB | 15 | 7C | 0 | 58 | 1B | 21 | 13F | 4E | 26 |
| Octal | 253 | 25 | 174 | 0 | 130 | 33 | 41 | 477 | 116 | 46 |
| Binary | 10101011 | 10101 | 1111100 | 0 | 1011000 | 11011 | 100001 | 100111111 | 1001110 | 100110 |
Color Harmonies of #AB157C
Complementary color
Monochromatic Colors of #AB157C
Black with #AB157C
Text Example
Text Example
White with #AB157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB157C; }
p { color: rgb(171,21,124); }
H1.HeaderClassName
{
color: #AB157C;
}
.AnyTagClassName
{
color: #AB157C;
}
</style>
background-color css
<style>
a { background-color: #AB157C; }
a { background-color: rgb(171,21,124); }
div.DivClassName
{
background-color: #AB157C;
}
.BgClassName
{
background-color: #AB157C;
}
</style>
border-color css
<style>
span { border-color: #AB157C; }
span { border-color: rgb(171,21,124); }
td.TdClassName
{
border-color: #AB157C;
}
.TagClassName
{
border-color: #AB157C;
}
</style>