Shades of Medium Violet Red #A8148F
Tints of Medium Violet Red #A8148F
RGB
CMYK
RGB Variations
Color information
#A8148F (or 0xA8148F) is known color: Medium Violet Red. HEX triplet: A8, 14 and 8F. RGB value is (168,20,143). Sum of RGB (Red+Green+Blue) = 168+20+143=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8148F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8148F is #57EB70. Grayscale: #4D4D4D. Windows color (decimal): -5761905 or 9376936. OLE color: 9376936.
HSL color Cylindrical-coordinate representation of color #A8148F: hue angle of 310.14º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8148F is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 143 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.34 |
| HSL | 310.14º | 0.79% | 0.37% | - |
| HSV(B) | 310.14º | 0.88% | 0.66% | - |
| XYZ | 21.36 | 10.81 | 26.95 | - |
| YUV | 78.27 | 164.53 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 143 | 0 | 0.88 | 0.15 | 0.34 | 310.14 | 0.79 | 0.37 |
| Hex | A8 | 14 | 8F | 0 | 58 | F | 22 | 136 | 4F | 25 |
| Octal | 250 | 24 | 217 | 0 | 130 | 17 | 42 | 466 | 117 | 45 |
| Binary | 10101000 | 10100 | 10001111 | 0 | 1011000 | 1111 | 100010 | 100110110 | 1001111 | 100101 |
Color Harmonies of #A8148F
Complementary color
Monochromatic Colors of #A8148F
Black with #A8148F
Text Example
Text Example
White with #A8148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8148F; }
p { color: rgb(168,20,143); }
H1.HeaderClassName
{
color: #A8148F;
}
.AnyTagClassName
{
color: #A8148F;
}
</style>
background-color css
<style>
a { background-color: #A8148F; }
a { background-color: rgb(168,20,143); }
div.DivClassName
{
background-color: #A8148F;
}
.BgClassName
{
background-color: #A8148F;
}
</style>
border-color css
<style>
span { border-color: #A8148F; }
span { border-color: rgb(168,20,143); }
td.TdClassName
{
border-color: #A8148F;
}
.TagClassName
{
border-color: #A8148F;
}
</style>