Shades of Medium Violet Red #A8128E
Tints of Medium Violet Red #A8128E
RGB
CMYK
RGB Variations
Color information
#A8128E (or 0xA8128E) is known color: Medium Violet Red. HEX triplet: A8, 12 and 8E. RGB value is (168,18,142). Sum of RGB (Red+Green+Blue) = 168+18+142=328 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.22% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 168 - color contains mainly: red. Hex color #A8128E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8128E is #57ED71. Grayscale: #4C4C4C. Windows color (decimal): -5762418 or 9310888. OLE color: 9310888.
HSL color Cylindrical-coordinate representation of color #A8128E: hue angle of 310.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8128E is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 142 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.34 |
| HSL | 310.4º | 0.81% | 0.36% | - |
| HSV(B) | 310.4º | 0.89% | 0.66% | - |
| XYZ | 21.25 | 10.71 | 26.54 | - |
| YUV | 76.99 | 164.7 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 142 | 0 | 0.89 | 0.15 | 0.34 | 310.4 | 0.81 | 0.36 |
| Hex | A8 | 12 | 8E | 0 | 59 | F | 22 | 136 | 51 | 24 |
| Octal | 250 | 22 | 216 | 0 | 131 | 17 | 42 | 466 | 121 | 44 |
| Binary | 10101000 | 10010 | 10001110 | 0 | 1011001 | 1111 | 100010 | 100110110 | 1010001 | 100100 |
Color Harmonies of #A8128E
Complementary color
Monochromatic Colors of #A8128E
Black with #A8128E
Text Example
Text Example
White with #A8128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8128E; }
p { color: rgb(168,18,142); }
H1.HeaderClassName
{
color: #A8128E;
}
.AnyTagClassName
{
color: #A8128E;
}
</style>
background-color css
<style>
a { background-color: #A8128E; }
a { background-color: rgb(168,18,142); }
div.DivClassName
{
background-color: #A8128E;
}
.BgClassName
{
background-color: #A8128E;
}
</style>
border-color css
<style>
span { border-color: #A8128E; }
span { border-color: rgb(168,18,142); }
td.TdClassName
{
border-color: #A8128E;
}
.TagClassName
{
border-color: #A8128E;
}
</style>