Shades of Medium Violet Red #A8187C
Tints of Medium Violet Red #A8187C
RGB
CMYK
RGB Variations
Color information
#A8187C (or 0xA8187C) is known color: Medium Violet Red. HEX triplet: A8, 18 and 7C. RGB value is (168,24,124). Sum of RGB (Red+Green+Blue) = 168+24+124=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A8187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8187C is #57E783. Grayscale: #4E4E4E. Windows color (decimal): -5760900 or 8132776. OLE color: 8132776.
HSL color Cylindrical-coordinate representation of color #A8187C: hue angle of 318.33º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8187C is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 124 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.34 |
| HSL | 318.33º | 0.75% | 0.38% | - |
| HSV(B) | 318.33º | 0.86% | 0.66% | - |
| XYZ | 20.11 | 10.43 | 20.02 | - |
| YUV | 78.46 | 153.71 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 124 | 0 | 0.86 | 0.26 | 0.34 | 318.33 | 0.75 | 0.38 |
| Hex | A8 | 18 | 7C | 0 | 56 | 1A | 22 | 13E | 4B | 26 |
| Octal | 250 | 30 | 174 | 0 | 126 | 32 | 42 | 476 | 113 | 46 |
| Binary | 10101000 | 11000 | 1111100 | 0 | 1010110 | 11010 | 100010 | 100111110 | 1001011 | 100110 |
Color Harmonies of #A8187C
Complementary color
Monochromatic Colors of #A8187C
Black with #A8187C
Text Example
Text Example
White with #A8187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8187C; }
p { color: rgb(168,24,124); }
H1.HeaderClassName
{
color: #A8187C;
}
.AnyTagClassName
{
color: #A8187C;
}
</style>
background-color css
<style>
a { background-color: #A8187C; }
a { background-color: rgb(168,24,124); }
div.DivClassName
{
background-color: #A8187C;
}
.BgClassName
{
background-color: #A8187C;
}
</style>
border-color css
<style>
span { border-color: #A8187C; }
span { border-color: rgb(168,24,124); }
td.TdClassName
{
border-color: #A8187C;
}
.TagClassName
{
border-color: #A8187C;
}
</style>