Shades of Medium Violet Red #A8147C
Tints of Medium Violet Red #A8147C
RGB
CMYK
RGB Variations
Color information
#A8147C (or 0xA8147C) is known color: Medium Violet Red. HEX triplet: A8, 14 and 7C. RGB value is (168,20,124). Sum of RGB (Red+Green+Blue) = 168+20+124=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A8147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8147C is #57EB83. Grayscale: #4B4B4B. Windows color (decimal): -5761924 or 8131752. OLE color: 8131752.
HSL color Cylindrical-coordinate representation of color #A8147C: hue angle of 317.84º degrees, saturation: 0.79, 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 #A8147C is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 124 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.34 |
| HSL | 317.84º | 0.79% | 0.37% | - |
| HSV(B) | 317.84º | 0.88% | 0.66% | - |
| XYZ | 20.04 | 10.28 | 20 | - |
| YUV | 76.11 | 155.03 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 124 | 0 | 0.88 | 0.26 | 0.34 | 317.84 | 0.79 | 0.37 |
| Hex | A8 | 14 | 7C | 0 | 58 | 1A | 22 | 13E | 4F | 25 |
| Octal | 250 | 24 | 174 | 0 | 130 | 32 | 42 | 476 | 117 | 45 |
| Binary | 10101000 | 10100 | 1111100 | 0 | 1011000 | 11010 | 100010 | 100111110 | 1001111 | 100101 |
Color Harmonies of #A8147C
Complementary color
Monochromatic Colors of #A8147C
Black with #A8147C
Text Example
Text Example
White with #A8147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8147C; }
p { color: rgb(168,20,124); }
H1.HeaderClassName
{
color: #A8147C;
}
.AnyTagClassName
{
color: #A8147C;
}
</style>
background-color css
<style>
a { background-color: #A8147C; }
a { background-color: rgb(168,20,124); }
div.DivClassName
{
background-color: #A8147C;
}
.BgClassName
{
background-color: #A8147C;
}
</style>
border-color css
<style>
span { border-color: #A8147C; }
span { border-color: rgb(168,20,124); }
td.TdClassName
{
border-color: #A8147C;
}
.TagClassName
{
border-color: #A8147C;
}
</style>