Shades of Medium Violet Red #A8187D
Tints of Medium Violet Red #A8187D
RGB
CMYK
RGB Variations
Color information
#A8187D (or 0xA8187D) is known color: Medium Violet Red. HEX triplet: A8, 18 and 7D. RGB value is (168,24,125). Sum of RGB (Red+Green+Blue) = 168+24+125=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A8187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8187D is #57E782. Grayscale: #4E4E4E. Windows color (decimal): -5760899 or 8198312. OLE color: 8198312.
HSL color Cylindrical-coordinate representation of color #A8187D: hue angle of 317.92º 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 #A8187D is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 125 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.34 |
| HSL | 317.92º | 0.75% | 0.38% | - |
| HSV(B) | 317.92º | 0.86% | 0.66% | - |
| XYZ | 20.18 | 10.46 | 20.36 | - |
| YUV | 78.57 | 154.21 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 125 | 0 | 0.86 | 0.26 | 0.34 | 317.92 | 0.75 | 0.38 |
| Hex | A8 | 18 | 7D | 0 | 56 | 1A | 22 | 13E | 4B | 26 |
| Octal | 250 | 30 | 175 | 0 | 126 | 32 | 42 | 476 | 113 | 46 |
| Binary | 10101000 | 11000 | 1111101 | 0 | 1010110 | 11010 | 100010 | 100111110 | 1001011 | 100110 |
Color Harmonies of #A8187D
Complementary color
Monochromatic Colors of #A8187D
Black with #A8187D
Text Example
Text Example
White with #A8187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8187D; }
p { color: rgb(168,24,125); }
H1.HeaderClassName
{
color: #A8187D;
}
.AnyTagClassName
{
color: #A8187D;
}
</style>
background-color css
<style>
a { background-color: #A8187D; }
a { background-color: rgb(168,24,125); }
div.DivClassName
{
background-color: #A8187D;
}
.BgClassName
{
background-color: #A8187D;
}
</style>
border-color css
<style>
span { border-color: #A8187D; }
span { border-color: rgb(168,24,125); }
td.TdClassName
{
border-color: #A8187D;
}
.TagClassName
{
border-color: #A8187D;
}
</style>