Shades of Medium Violet Red #A8138F
Tints of Medium Violet Red #A8138F
RGB
CMYK
RGB Variations
Color information
#A8138F (or 0xA8138F) is known color: Medium Violet Red. HEX triplet: A8, 13 and 8F. RGB value is (168,19,143). Sum of RGB (Red+Green+Blue) = 168+19+143=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A8138F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8138F is #57EC70. Grayscale: #4D4D4D. Windows color (decimal): -5762161 or 9376680. OLE color: 9376680.
HSL color Cylindrical-coordinate representation of color #A8138F: hue angle of 310.07º 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 #A8138F is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 143 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.34 |
| HSL | 310.07º | 0.8% | 0.37% | - |
| HSV(B) | 310.07º | 0.89% | 0.66% | - |
| XYZ | 21.34 | 10.77 | 26.94 | - |
| YUV | 77.69 | 164.86 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 143 | 0 | 0.89 | 0.15 | 0.34 | 310.07 | 0.8 | 0.37 |
| Hex | A8 | 13 | 8F | 0 | 59 | F | 22 | 136 | 50 | 25 |
| Octal | 250 | 23 | 217 | 0 | 131 | 17 | 42 | 466 | 120 | 45 |
| Binary | 10101000 | 10011 | 10001111 | 0 | 1011001 | 1111 | 100010 | 100110110 | 1010000 | 100101 |
Color Harmonies of #A8138F
Complementary color
Monochromatic Colors of #A8138F
Black with #A8138F
Text Example
Text Example
White with #A8138F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8138F; }
p { color: rgb(168,19,143); }
H1.HeaderClassName
{
color: #A8138F;
}
.AnyTagClassName
{
color: #A8138F;
}
</style>
background-color css
<style>
a { background-color: #A8138F; }
a { background-color: rgb(168,19,143); }
div.DivClassName
{
background-color: #A8138F;
}
.BgClassName
{
background-color: #A8138F;
}
</style>
border-color css
<style>
span { border-color: #A8138F; }
span { border-color: rgb(168,19,143); }
td.TdClassName
{
border-color: #A8138F;
}
.TagClassName
{
border-color: #A8138F;
}
</style>