Shades of Medium Violet Red #A8157C
Tints of Medium Violet Red #A8157C
RGB
CMYK
RGB Variations
Color information
#A8157C (or 0xA8157C) is known color: Medium Violet Red. HEX triplet: A8, 15 and 7C. RGB value is (168,21,124). Sum of RGB (Red+Green+Blue) = 168+21+124=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A8157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8157C is #57EA83. Grayscale: #4C4C4C. Windows color (decimal): -5761668 or 8132008. OLE color: 8132008.
HSL color Cylindrical-coordinate representation of color #A8157C: hue angle of 317.96º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8157C is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 21 | 124 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.34 |
| HSL | 317.96º | 0.78% | 0.37% | - |
| HSV(B) | 317.96º | 0.88% | 0.66% | - |
| XYZ | 20.05 | 10.32 | 20 | - |
| YUV | 76.7 | 154.7 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 124 | 0 | 0.88 | 0.26 | 0.34 | 317.96 | 0.78 | 0.37 |
| Hex | A8 | 15 | 7C | 0 | 58 | 1A | 22 | 13E | 4E | 25 |
| Octal | 250 | 25 | 174 | 0 | 130 | 32 | 42 | 476 | 116 | 45 |
| Binary | 10101000 | 10101 | 1111100 | 0 | 1011000 | 11010 | 100010 | 100111110 | 1001110 | 100101 |
Color Harmonies of #A8157C
Complementary color
Monochromatic Colors of #A8157C
Black with #A8157C
Text Example
Text Example
White with #A8157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8157C; }
p { color: rgb(168,21,124); }
H1.HeaderClassName
{
color: #A8157C;
}
.AnyTagClassName
{
color: #A8157C;
}
</style>
background-color css
<style>
a { background-color: #A8157C; }
a { background-color: rgb(168,21,124); }
div.DivClassName
{
background-color: #A8157C;
}
.BgClassName
{
background-color: #A8157C;
}
</style>
border-color css
<style>
span { border-color: #A8157C; }
span { border-color: rgb(168,21,124); }
td.TdClassName
{
border-color: #A8157C;
}
.TagClassName
{
border-color: #A8157C;
}
</style>