Shades of Medium Red Violet #A0407D
Tints of Medium Red Violet #A0407D
RGB
CMYK
RGB Variations
Color information
#A0407D (or 0xA0407D) is known color: Medium Red Violet. HEX triplet: A0, 40 and 7D. RGB value is (160,64,125). Sum of RGB (Red+Green+Blue) = 160+64+125=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A0407D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0407D is #5FBF82. Grayscale: #636363. Windows color (decimal): -6274947 or 8208544. OLE color: 8208544.
HSL color Cylindrical-coordinate representation of color #A0407D: hue angle of 321.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 #A0407D is Cyan = 0, Magento = 0.6, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 125 | - |
| CMYK | 0 | 0.6 | 0.22 | 0.37 |
| HSL | 321.88º | 0.43% | 0.44% | - |
| HSV(B) | 321.88º | 0.6% | 0.63% | - |
| XYZ | 20.03 | 12.62 | 20.78 | - |
| YUV | 99.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 125 | 0 | 0.6 | 0.22 | 0.37 | 321.88 | 0.43 | 0.44 |
| Hex | A0 | 40 | 7D | 0 | 3C | 16 | 25 | 142 | 2B | 2C |
| Octal | 240 | 100 | 175 | 0 | 74 | 26 | 45 | 502 | 53 | 54 |
| Binary | 10100000 | 1000000 | 1111101 | 0 | 111100 | 10110 | 100101 | 101000010 | 101011 | 101100 |
Color Harmonies of #A0407D
Complementary color
Monochromatic Colors of #A0407D
Black with #A0407D
Text Example
Text Example
White with #A0407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0407D; }
p { color: rgb(160,64,125); }
H1.HeaderClassName
{
color: #A0407D;
}
.AnyTagClassName
{
color: #A0407D;
}
</style>
background-color css
<style>
a { background-color: #A0407D; }
a { background-color: rgb(160,64,125); }
div.DivClassName
{
background-color: #A0407D;
}
.BgClassName
{
background-color: #A0407D;
}
</style>
border-color css
<style>
span { border-color: #A0407D; }
span { border-color: rgb(160,64,125); }
td.TdClassName
{
border-color: #A0407D;
}
.TagClassName
{
border-color: #A0407D;
}
</style>