Shades of Medium Violet Red #A8188B
Tints of Medium Violet Red #A8188B
RGB
CMYK
RGB Variations
Color information
#A8188B (or 0xA8188B) is known color: Medium Violet Red. HEX triplet: A8, 18 and 8B. RGB value is (168,24,139). Sum of RGB (Red+Green+Blue) = 168+24+139=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8188B is #57E774. Grayscale: #4F4F4F. Windows color (decimal): -5760885 or 9115816. OLE color: 9115816.
HSL color Cylindrical-coordinate representation of color #A8188B: hue angle of 312.08º 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 #A8188B is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 139 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.34 |
| HSL | 312.08º | 0.75% | 0.38% | - |
| HSV(B) | 312.08º | 0.86% | 0.66% | - |
| XYZ | 21.14 | 10.84 | 25.4 | - |
| YUV | 80.17 | 161.21 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 139 | 0 | 0.86 | 0.17 | 0.34 | 312.08 | 0.75 | 0.38 |
| Hex | A8 | 18 | 8B | 0 | 56 | 11 | 22 | 138 | 4B | 26 |
| Octal | 250 | 30 | 213 | 0 | 126 | 21 | 42 | 470 | 113 | 46 |
| Binary | 10101000 | 11000 | 10001011 | 0 | 1010110 | 10001 | 100010 | 100111000 | 1001011 | 100110 |
Color Harmonies of #A8188B
Complementary color
Monochromatic Colors of #A8188B
Black with #A8188B
Text Example
Text Example
White with #A8188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8188B; }
p { color: rgb(168,24,139); }
H1.HeaderClassName
{
color: #A8188B;
}
.AnyTagClassName
{
color: #A8188B;
}
</style>
background-color css
<style>
a { background-color: #A8188B; }
a { background-color: rgb(168,24,139); }
div.DivClassName
{
background-color: #A8188B;
}
.BgClassName
{
background-color: #A8188B;
}
</style>
border-color css
<style>
span { border-color: #A8188B; }
span { border-color: rgb(168,24,139); }
td.TdClassName
{
border-color: #A8188B;
}
.TagClassName
{
border-color: #A8188B;
}
</style>