Shades of Medium Red Violet #A0408A
Tints of Medium Red Violet #A0408A
RGB
CMYK
RGB Variations
Color information
#A0408A (or 0xA0408A) is known color: Medium Red Violet. HEX triplet: A0, 40 and 8A. RGB value is (160,64,138). Sum of RGB (Red+Green+Blue) = 160+64+138=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A0408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0408A is #5FBF75. Grayscale: #646464. Windows color (decimal): -6274934 or 9060512. OLE color: 9060512.
HSL color Cylindrical-coordinate representation of color #A0408A: hue angle of 313.75º 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 #A0408A is Cyan = 0, Magento = 0.6, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 138 | - |
| CMYK | 0 | 0.6 | 0.14 | 0.37 |
| HSL | 313.75º | 0.43% | 0.44% | - |
| HSV(B) | 313.75º | 0.6% | 0.63% | - |
| XYZ | 20.92 | 12.98 | 25.45 | - |
| YUV | 101.14 | 148.8 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 138 | 0 | 0.6 | 0.14 | 0.37 | 313.75 | 0.43 | 0.44 |
| Hex | A0 | 40 | 8A | 0 | 3C | E | 25 | 13A | 2B | 2C |
| Octal | 240 | 100 | 212 | 0 | 74 | 16 | 45 | 472 | 53 | 54 |
| Binary | 10100000 | 1000000 | 10001010 | 0 | 111100 | 1110 | 100101 | 100111010 | 101011 | 101100 |
Color Harmonies of #A0408A
Complementary color
Monochromatic Colors of #A0408A
Black with #A0408A
Text Example
Text Example
White with #A0408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0408A; }
p { color: rgb(160,64,138); }
H1.HeaderClassName
{
color: #A0408A;
}
.AnyTagClassName
{
color: #A0408A;
}
</style>
background-color css
<style>
a { background-color: #A0408A; }
a { background-color: rgb(160,64,138); }
div.DivClassName
{
background-color: #A0408A;
}
.BgClassName
{
background-color: #A0408A;
}
</style>
border-color css
<style>
span { border-color: #A0408A; }
span { border-color: rgb(160,64,138); }
td.TdClassName
{
border-color: #A0408A;
}
.TagClassName
{
border-color: #A0408A;
}
</style>