Shades of Medium Red Violet #A0407C
Tints of Medium Red Violet #A0407C
RGB
CMYK
RGB Variations
Color information
#A0407C (or 0xA0407C) is known color: Medium Red Violet. HEX triplet: A0, 40 and 7C. RGB value is (160,64,124). Sum of RGB (Red+Green+Blue) = 160+64+124=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A0407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0407C is #5FBF83. Grayscale: #636363. Windows color (decimal): -6274948 or 8143008. OLE color: 8143008.
HSL color Cylindrical-coordinate representation of color #A0407C: hue angle of 322.5º 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 #A0407C is Cyan = 0, Magento = 0.6, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 124 | - |
| CMYK | 0 | 0.6 | 0.22 | 0.37 |
| HSL | 322.5º | 0.43% | 0.44% | - |
| HSV(B) | 322.5º | 0.6% | 0.63% | - |
| XYZ | 19.97 | 12.6 | 20.45 | - |
| YUV | 99.54 | 141.8 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 124 | 0 | 0.6 | 0.22 | 0.37 | 322.5 | 0.43 | 0.44 |
| Hex | A0 | 40 | 7C | 0 | 3C | 16 | 25 | 142 | 2B | 2C |
| Octal | 240 | 100 | 174 | 0 | 74 | 26 | 45 | 502 | 53 | 54 |
| Binary | 10100000 | 1000000 | 1111100 | 0 | 111100 | 10110 | 100101 | 101000010 | 101011 | 101100 |
Color Harmonies of #A0407C
Complementary color
Monochromatic Colors of #A0407C
Black with #A0407C
Text Example
Text Example
White with #A0407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0407C; }
p { color: rgb(160,64,124); }
H1.HeaderClassName
{
color: #A0407C;
}
.AnyTagClassName
{
color: #A0407C;
}
</style>
background-color css
<style>
a { background-color: #A0407C; }
a { background-color: rgb(160,64,124); }
div.DivClassName
{
background-color: #A0407C;
}
.BgClassName
{
background-color: #A0407C;
}
</style>
border-color css
<style>
span { border-color: #A0407C; }
span { border-color: rgb(160,64,124); }
td.TdClassName
{
border-color: #A0407C;
}
.TagClassName
{
border-color: #A0407C;
}
</style>