Shades of Medium Red Violet #A8488A
Tints of Medium Red Violet #A8488A
RGB
CMYK
RGB Variations
Color information
#A8488A (or 0xA8488A) is known color: Medium Red Violet. HEX triplet: A8, 48 and 8A. RGB value is (168,72,138). Sum of RGB (Red+Green+Blue) = 168+72+138=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A8488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8488A is #57B775. Grayscale: #6C6C6C. Windows color (decimal): -5748598 or 9062568. OLE color: 9062568.
HSL color Cylindrical-coordinate representation of color #A8488A: hue angle of 318.75º 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 #A8488A is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 72 | 138 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.34 |
| HSL | 318.75º | 0.4% | 0.47% | - |
| HSV(B) | 318.75º | 0.57% | 0.66% | - |
| XYZ | 23.05 | 14.79 | 25.69 | - |
| YUV | 108.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 72 | 138 | 0 | 0.57 | 0.18 | 0.34 | 318.75 | 0.4 | 0.47 |
| Hex | A8 | 48 | 8A | 0 | 39 | 12 | 22 | 13F | 28 | 2F |
| Octal | 250 | 110 | 212 | 0 | 71 | 22 | 42 | 477 | 50 | 57 |
| Binary | 10101000 | 1001000 | 10001010 | 0 | 111001 | 10010 | 100010 | 100111111 | 101000 | 101111 |
Color Harmonies of #A8488A
Complementary color
Monochromatic Colors of #A8488A
Black with #A8488A
Text Example
Text Example
White with #A8488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8488A; }
p { color: rgb(168,72,138); }
H1.HeaderClassName
{
color: #A8488A;
}
.AnyTagClassName
{
color: #A8488A;
}
</style>
background-color css
<style>
a { background-color: #A8488A; }
a { background-color: rgb(168,72,138); }
div.DivClassName
{
background-color: #A8488A;
}
.BgClassName
{
background-color: #A8488A;
}
</style>
border-color css
<style>
span { border-color: #A8488A; }
span { border-color: rgb(168,72,138); }
td.TdClassName
{
border-color: #A8488A;
}
.TagClassName
{
border-color: #A8488A;
}
</style>