Shades of Medium Violet Red #A8128F
Tints of Medium Violet Red #A8128F
RGB
CMYK
RGB Variations
Color information
#A8128F (or 0xA8128F) is known color: Medium Violet Red. HEX triplet: A8, 12 and 8F. RGB value is (168,18,143). Sum of RGB (Red+Green+Blue) = 168+18+143=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A8128F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8128F is #57ED70. Grayscale: #4C4C4C. Windows color (decimal): -5762417 or 9376424. OLE color: 9376424.
HSL color Cylindrical-coordinate representation of color #A8128F: hue angle of 310º 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 #A8128F is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 143 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.34 |
| HSL | 310º | 0.81% | 0.36% | - |
| HSV(B) | 310º | 0.89% | 0.66% | - |
| XYZ | 21.32 | 10.74 | 26.94 | - |
| YUV | 77.1 | 165.2 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 143 | 0 | 0.89 | 0.15 | 0.34 | 310 | 0.81 | 0.36 |
| Hex | A8 | 12 | 8F | 0 | 59 | F | 22 | 136 | 51 | 24 |
| Octal | 250 | 22 | 217 | 0 | 131 | 17 | 42 | 466 | 121 | 44 |
| Binary | 10101000 | 10010 | 10001111 | 0 | 1011001 | 1111 | 100010 | 100110110 | 1010001 | 100100 |
Color Harmonies of #A8128F
Complementary color
Monochromatic Colors of #A8128F
Black with #A8128F
Text Example
Text Example
White with #A8128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8128F; }
p { color: rgb(168,18,143); }
H1.HeaderClassName
{
color: #A8128F;
}
.AnyTagClassName
{
color: #A8128F;
}
</style>
background-color css
<style>
a { background-color: #A8128F; }
a { background-color: rgb(168,18,143); }
div.DivClassName
{
background-color: #A8128F;
}
.BgClassName
{
background-color: #A8128F;
}
</style>
border-color css
<style>
span { border-color: #A8128F; }
span { border-color: rgb(168,18,143); }
td.TdClassName
{
border-color: #A8128F;
}
.TagClassName
{
border-color: #A8128F;
}
</style>