Shades of Medium Violet Red #A8148B
Tints of Medium Violet Red #A8148B
RGB
CMYK
RGB Variations
Color information
#A8148B (or 0xA8148B) is known color: Medium Violet Red. HEX triplet: A8, 14 and 8B. RGB value is (168,20,139). Sum of RGB (Red+Green+Blue) = 168+20+139=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A8148B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8148B is #57EB74. Grayscale: #4D4D4D. Windows color (decimal): -5761909 or 9114792. OLE color: 9114792.
HSL color Cylindrical-coordinate representation of color #A8148B: hue angle of 311.76º 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 #A8148B is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 139 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.34 |
| HSL | 311.76º | 0.79% | 0.37% | - |
| HSV(B) | 311.76º | 0.88% | 0.66% | - |
| XYZ | 21.06 | 10.69 | 25.38 | - |
| YUV | 77.82 | 162.53 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 139 | 0 | 0.88 | 0.17 | 0.34 | 311.76 | 0.79 | 0.37 |
| Hex | A8 | 14 | 8B | 0 | 58 | 11 | 22 | 138 | 4F | 25 |
| Octal | 250 | 24 | 213 | 0 | 130 | 21 | 42 | 470 | 117 | 45 |
| Binary | 10101000 | 10100 | 10001011 | 0 | 1011000 | 10001 | 100010 | 100111000 | 1001111 | 100101 |
Color Harmonies of #A8148B
Complementary color
Monochromatic Colors of #A8148B
Black with #A8148B
Text Example
Text Example
White with #A8148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8148B; }
p { color: rgb(168,20,139); }
H1.HeaderClassName
{
color: #A8148B;
}
.AnyTagClassName
{
color: #A8148B;
}
</style>
background-color css
<style>
a { background-color: #A8148B; }
a { background-color: rgb(168,20,139); }
div.DivClassName
{
background-color: #A8148B;
}
.BgClassName
{
background-color: #A8148B;
}
</style>
border-color css
<style>
span { border-color: #A8148B; }
span { border-color: rgb(168,20,139); }
td.TdClassName
{
border-color: #A8148B;
}
.TagClassName
{
border-color: #A8148B;
}
</style>