Shades of Medium Violet Red #A8138A
Tints of Medium Violet Red #A8138A
RGB
CMYK
RGB Variations
Color information
#A8138A (or 0xA8138A) is known color: Medium Violet Red. HEX triplet: A8, 13 and 8A. RGB value is (168,19,138). Sum of RGB (Red+Green+Blue) = 168+19+138=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A8138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8138A is #57EC75. Grayscale: #4C4C4C. Windows color (decimal): -5762166 or 9049000. OLE color: 9049000.
HSL color Cylindrical-coordinate representation of color #A8138A: hue angle of 312.08º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8138A is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 138 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.34 |
| HSL | 312.08º | 0.8% | 0.37% | - |
| HSV(B) | 312.08º | 0.89% | 0.66% | - |
| XYZ | 20.97 | 10.63 | 24.99 | - |
| YUV | 77.12 | 162.36 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 138 | 0 | 0.89 | 0.18 | 0.34 | 312.08 | 0.8 | 0.37 |
| Hex | A8 | 13 | 8A | 0 | 59 | 12 | 22 | 138 | 50 | 25 |
| Octal | 250 | 23 | 212 | 0 | 131 | 22 | 42 | 470 | 120 | 45 |
| Binary | 10101000 | 10011 | 10001010 | 0 | 1011001 | 10010 | 100010 | 100111000 | 1010000 | 100101 |
Color Harmonies of #A8138A
Complementary color
Monochromatic Colors of #A8138A
Black with #A8138A
Text Example
Text Example
White with #A8138A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8138A; }
p { color: rgb(168,19,138); }
H1.HeaderClassName
{
color: #A8138A;
}
.AnyTagClassName
{
color: #A8138A;
}
</style>
background-color css
<style>
a { background-color: #A8138A; }
a { background-color: rgb(168,19,138); }
div.DivClassName
{
background-color: #A8138A;
}
.BgClassName
{
background-color: #A8138A;
}
</style>
border-color css
<style>
span { border-color: #A8138A; }
span { border-color: rgb(168,19,138); }
td.TdClassName
{
border-color: #A8138A;
}
.TagClassName
{
border-color: #A8138A;
}
</style>