Shades of Medium Red Violet #A0408D
Tints of Medium Red Violet #A0408D
RGB
CMYK
RGB Variations
Color information
#A0408D (or 0xA0408D) is known color: Medium Red Violet. HEX triplet: A0, 40 and 8D. RGB value is (160,64,141). Sum of RGB (Red+Green+Blue) = 160+64+141=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A0408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0408D is #5FBF72. Grayscale: #656565. Windows color (decimal): -6274931 or 9257120. OLE color: 9257120.
HSL color Cylindrical-coordinate representation of color #A0408D: hue angle of 311.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0408D is Cyan = 0, Magento = 0.6, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 141 | - |
| CMYK | 0 | 0.6 | 0.12 | 0.37 |
| HSL | 311.88º | 0.43% | 0.44% | - |
| HSV(B) | 311.88º | 0.6% | 0.63% | - |
| XYZ | 21.14 | 13.06 | 26.61 | - |
| YUV | 101.48 | 150.3 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 141 | 0 | 0.6 | 0.12 | 0.37 | 311.88 | 0.43 | 0.44 |
| Hex | A0 | 40 | 8D | 0 | 3C | C | 25 | 138 | 2B | 2C |
| Octal | 240 | 100 | 215 | 0 | 74 | 14 | 45 | 470 | 53 | 54 |
| Binary | 10100000 | 1000000 | 10001101 | 0 | 111100 | 1100 | 100101 | 100111000 | 101011 | 101100 |
Color Harmonies of #A0408D
Complementary color
Monochromatic Colors of #A0408D
Black with #A0408D
Text Example
Text Example
White with #A0408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0408D; }
p { color: rgb(160,64,141); }
H1.HeaderClassName
{
color: #A0408D;
}
.AnyTagClassName
{
color: #A0408D;
}
</style>
background-color css
<style>
a { background-color: #A0408D; }
a { background-color: rgb(160,64,141); }
div.DivClassName
{
background-color: #A0408D;
}
.BgClassName
{
background-color: #A0408D;
}
</style>
border-color css
<style>
span { border-color: #A0408D; }
span { border-color: rgb(160,64,141); }
td.TdClassName
{
border-color: #A0408D;
}
.TagClassName
{
border-color: #A0408D;
}
</style>