Shades of Medium Violet Red #A8128A
Tints of Medium Violet Red #A8128A
RGB
CMYK
RGB Variations
Color information
#A8128A (or 0xA8128A) is known color: Medium Violet Red. HEX triplet: A8, 12 and 8A. RGB value is (168,18,138). Sum of RGB (Red+Green+Blue) = 168+18+138=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A8128A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8128A is #57ED75. Grayscale: #4C4C4C. Windows color (decimal): -5762422 or 9048744. OLE color: 9048744.
HSL color Cylindrical-coordinate representation of color #A8128A: hue angle of 312º 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 #A8128A is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 138 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.34 |
| HSL | 312º | 0.81% | 0.36% | - |
| HSV(B) | 312º | 0.89% | 0.66% | - |
| XYZ | 20.95 | 10.59 | 24.99 | - |
| YUV | 76.53 | 162.7 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 138 | 0 | 0.89 | 0.18 | 0.34 | 312 | 0.81 | 0.36 |
| Hex | A8 | 12 | 8A | 0 | 59 | 12 | 22 | 138 | 51 | 24 |
| Octal | 250 | 22 | 212 | 0 | 131 | 22 | 42 | 470 | 121 | 44 |
| Binary | 10101000 | 10010 | 10001010 | 0 | 1011001 | 10010 | 100010 | 100111000 | 1010001 | 100100 |
Color Harmonies of #A8128A
Complementary color
Monochromatic Colors of #A8128A
Black with #A8128A
Text Example
Text Example
White with #A8128A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8128A; }
p { color: rgb(168,18,138); }
H1.HeaderClassName
{
color: #A8128A;
}
.AnyTagClassName
{
color: #A8128A;
}
</style>
background-color css
<style>
a { background-color: #A8128A; }
a { background-color: rgb(168,18,138); }
div.DivClassName
{
background-color: #A8128A;
}
.BgClassName
{
background-color: #A8128A;
}
</style>
border-color css
<style>
span { border-color: #A8128A; }
span { border-color: rgb(168,18,138); }
td.TdClassName
{
border-color: #A8128A;
}
.TagClassName
{
border-color: #A8128A;
}
</style>