Shades of Medium Violet Red #A8148A
Tints of Medium Violet Red #A8148A
RGB
CMYK
RGB Variations
Color information
#A8148A (or 0xA8148A) is known color: Medium Violet Red. HEX triplet: A8, 14 and 8A. RGB value is (168,20,138). Sum of RGB (Red+Green+Blue) = 168+20+138=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A8148A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8148A is #57EB75. Grayscale: #4D4D4D. Windows color (decimal): -5761910 or 9049256. OLE color: 9049256.
HSL color Cylindrical-coordinate representation of color #A8148A: hue angle of 312.16º 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 #A8148A is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 138 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.34 |
| HSL | 312.16º | 0.79% | 0.37% | - |
| HSV(B) | 312.16º | 0.88% | 0.66% | - |
| XYZ | 20.99 | 10.66 | 25 | - |
| YUV | 77.7 | 162.03 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 138 | 0 | 0.88 | 0.18 | 0.34 | 312.16 | 0.79 | 0.37 |
| Hex | A8 | 14 | 8A | 0 | 58 | 12 | 22 | 138 | 4F | 25 |
| Octal | 250 | 24 | 212 | 0 | 130 | 22 | 42 | 470 | 117 | 45 |
| Binary | 10101000 | 10100 | 10001010 | 0 | 1011000 | 10010 | 100010 | 100111000 | 1001111 | 100101 |
Color Harmonies of #A8148A
Complementary color
Monochromatic Colors of #A8148A
Black with #A8148A
Text Example
Text Example
White with #A8148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8148A; }
p { color: rgb(168,20,138); }
H1.HeaderClassName
{
color: #A8148A;
}
.AnyTagClassName
{
color: #A8148A;
}
</style>
background-color css
<style>
a { background-color: #A8148A; }
a { background-color: rgb(168,20,138); }
div.DivClassName
{
background-color: #A8148A;
}
.BgClassName
{
background-color: #A8148A;
}
</style>
border-color css
<style>
span { border-color: #A8148A; }
span { border-color: rgb(168,20,138); }
td.TdClassName
{
border-color: #A8148A;
}
.TagClassName
{
border-color: #A8148A;
}
</style>