Shades of Medium Red Violet #A8408D
Tints of Medium Red Violet #A8408D
RGB
CMYK
RGB Variations
Color information
#A8408D (or 0xA8408D) is known color: Medium Red Violet. HEX triplet: A8, 40 and 8D. RGB value is (168,64,141). Sum of RGB (Red+Green+Blue) = 168+64+141=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A8408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8408D is #57BF72. Grayscale: #676767. Windows color (decimal): -5750643 or 9257128. OLE color: 9257128.
HSL color Cylindrical-coordinate representation of color #A8408D: hue angle of 315.58º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8408D is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 64 | 141 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.34 |
| HSL | 315.58º | 0.45% | 0.45% | - |
| HSV(B) | 315.58º | 0.62% | 0.66% | - |
| XYZ | 22.79 | 13.91 | 26.68 | - |
| YUV | 103.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 141 | 0 | 0.62 | 0.16 | 0.34 | 315.58 | 0.45 | 0.45 |
| Hex | A8 | 40 | 8D | 0 | 3E | 10 | 22 | 13C | 2D | 2D |
| Octal | 250 | 100 | 215 | 0 | 76 | 20 | 42 | 474 | 55 | 55 |
| Binary | 10101000 | 1000000 | 10001101 | 0 | 111110 | 10000 | 100010 | 100111100 | 101101 | 101101 |
Color Harmonies of #A8408D
Complementary color
Monochromatic Colors of #A8408D
Black with #A8408D
Text Example
Text Example
White with #A8408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8408D; }
p { color: rgb(168,64,141); }
H1.HeaderClassName
{
color: #A8408D;
}
.AnyTagClassName
{
color: #A8408D;
}
</style>
background-color css
<style>
a { background-color: #A8408D; }
a { background-color: rgb(168,64,141); }
div.DivClassName
{
background-color: #A8408D;
}
.BgClassName
{
background-color: #A8408D;
}
</style>
border-color css
<style>
span { border-color: #A8408D; }
span { border-color: rgb(168,64,141); }
td.TdClassName
{
border-color: #A8408D;
}
.TagClassName
{
border-color: #A8408D;
}
</style>