Shades of Medium Violet Red #A8128B
Tints of Medium Violet Red #A8128B
RGB
CMYK
RGB Variations
Color information
#A8128B (or 0xA8128B) is known color: Medium Violet Red. HEX triplet: A8, 12 and 8B. RGB value is (168,18,139). Sum of RGB (Red+Green+Blue) = 168+18+139=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A8128B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8128B is #57ED74. Grayscale: #4C4C4C. Windows color (decimal): -5762421 or 9114280. OLE color: 9114280.
HSL color Cylindrical-coordinate representation of color #A8128B: hue angle of 311.6º 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 #A8128B is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 139 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.34 |
| HSL | 311.6º | 0.81% | 0.36% | - |
| HSV(B) | 311.6º | 0.89% | 0.66% | - |
| XYZ | 21.02 | 10.62 | 25.37 | - |
| YUV | 76.64 | 163.2 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 139 | 0 | 0.89 | 0.17 | 0.34 | 311.6 | 0.81 | 0.36 |
| Hex | A8 | 12 | 8B | 0 | 59 | 11 | 22 | 138 | 51 | 24 |
| Octal | 250 | 22 | 213 | 0 | 131 | 21 | 42 | 470 | 121 | 44 |
| Binary | 10101000 | 10010 | 10001011 | 0 | 1011001 | 10001 | 100010 | 100111000 | 1010001 | 100100 |
Color Harmonies of #A8128B
Complementary color
Monochromatic Colors of #A8128B
Black with #A8128B
Text Example
Text Example
White with #A8128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8128B; }
p { color: rgb(168,18,139); }
H1.HeaderClassName
{
color: #A8128B;
}
.AnyTagClassName
{
color: #A8128B;
}
</style>
background-color css
<style>
a { background-color: #A8128B; }
a { background-color: rgb(168,18,139); }
div.DivClassName
{
background-color: #A8128B;
}
.BgClassName
{
background-color: #A8128B;
}
</style>
border-color css
<style>
span { border-color: #A8128B; }
span { border-color: rgb(168,18,139); }
td.TdClassName
{
border-color: #A8128B;
}
.TagClassName
{
border-color: #A8128B;
}
</style>