Shades of Medium Red Violet #A0408B
Tints of Medium Red Violet #A0408B
RGB
CMYK
RGB Variations
Color information
#A0408B (or 0xA0408B) is known color: Medium Red Violet. HEX triplet: A0, 40 and 8B. RGB value is (160,64,139). Sum of RGB (Red+Green+Blue) = 160+64+139=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A0408B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0408B is #5FBF74. Grayscale: #656565. Windows color (decimal): -6274933 or 9126048. OLE color: 9126048.
HSL color Cylindrical-coordinate representation of color #A0408B: hue angle of 313.12º 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 #A0408B is Cyan = 0, Magento = 0.6, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 139 | - |
| CMYK | 0 | 0.6 | 0.13 | 0.37 |
| HSL | 313.13º | 0.43% | 0.44% | - |
| HSV(B) | 313.13º | 0.6% | 0.63% | - |
| XYZ | 20.99 | 13 | 25.83 | - |
| YUV | 101.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 139 | 0 | 0.6 | 0.13 | 0.37 | 313.13 | 0.43 | 0.44 |
| Hex | A0 | 40 | 8B | 0 | 3C | D | 25 | 139 | 2B | 2C |
| Octal | 240 | 100 | 213 | 0 | 74 | 15 | 45 | 471 | 53 | 54 |
| Binary | 10100000 | 1000000 | 10001011 | 0 | 111100 | 1101 | 100101 | 100111001 | 101011 | 101100 |
Color Harmonies of #A0408B
Complementary color
Monochromatic Colors of #A0408B
Black with #A0408B
Text Example
Text Example
White with #A0408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0408B; }
p { color: rgb(160,64,139); }
H1.HeaderClassName
{
color: #A0408B;
}
.AnyTagClassName
{
color: #A0408B;
}
</style>
background-color css
<style>
a { background-color: #A0408B; }
a { background-color: rgb(160,64,139); }
div.DivClassName
{
background-color: #A0408B;
}
.BgClassName
{
background-color: #A0408B;
}
</style>
border-color css
<style>
span { border-color: #A0408B; }
span { border-color: rgb(160,64,139); }
td.TdClassName
{
border-color: #A0408B;
}
.TagClassName
{
border-color: #A0408B;
}
</style>