Shades of Medium Red Violet #A8488D
Tints of Medium Red Violet #A8488D
RGB
CMYK
RGB Variations
Color information
#A8488D (or 0xA8488D) is known color: Medium Red Violet. HEX triplet: A8, 48 and 8D. RGB value is (168,72,141). Sum of RGB (Red+Green+Blue) = 168+72+141=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A8488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8488D is #57B772. Grayscale: #6C6C6C. Windows color (decimal): -5748595 or 9259176. OLE color: 9259176.
HSL color Cylindrical-coordinate representation of color #A8488D: hue angle of 316.88º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8488D is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 72 | 141 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.34 |
| HSL | 316.88º | 0.4% | 0.47% | - |
| HSV(B) | 316.88º | 0.57% | 0.66% | - |
| XYZ | 23.27 | 14.88 | 26.85 | - |
| YUV | 108.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 141 | 0 | 0.57 | 0.16 | 0.34 | 316.88 | 0.4 | 0.47 |
| Hex | A8 | 48 | 8D | 0 | 39 | 10 | 22 | 13D | 28 | 2F |
| Octal | 250 | 110 | 215 | 0 | 71 | 20 | 42 | 475 | 50 | 57 |
| Binary | 10101000 | 1001000 | 10001101 | 0 | 111001 | 10000 | 100010 | 100111101 | 101000 | 101111 |
Color Harmonies of #A8488D
Complementary color
Monochromatic Colors of #A8488D
Black with #A8488D
Text Example
Text Example
White with #A8488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8488D; }
p { color: rgb(168,72,141); }
H1.HeaderClassName
{
color: #A8488D;
}
.AnyTagClassName
{
color: #A8488D;
}
</style>
background-color css
<style>
a { background-color: #A8488D; }
a { background-color: rgb(168,72,141); }
div.DivClassName
{
background-color: #A8488D;
}
.BgClassName
{
background-color: #A8488D;
}
</style>
border-color css
<style>
span { border-color: #A8488D; }
span { border-color: rgb(168,72,141); }
td.TdClassName
{
border-color: #A8488D;
}
.TagClassName
{
border-color: #A8488D;
}
</style>