Shades of Medium Red Violet #A0407B
Tints of Medium Red Violet #A0407B
RGB
CMYK
RGB Variations
Color information
#A0407B (or 0xA0407B) is known color: Medium Red Violet. HEX triplet: A0, 40 and 7B. RGB value is (160,64,123). Sum of RGB (Red+Green+Blue) = 160+64+123=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A0407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0407B is #5FBF84. Grayscale: #636363. Windows color (decimal): -6274949 or 8077472. OLE color: 8077472.
HSL color Cylindrical-coordinate representation of color #A0407B: hue angle of 323.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 #A0407B is Cyan = 0, Magento = 0.6, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 64 | 123 | - |
| CMYK | 0 | 0.6 | 0.23 | 0.37 |
| HSL | 323.13º | 0.43% | 0.44% | - |
| HSV(B) | 323.13º | 0.6% | 0.63% | - |
| XYZ | 19.91 | 12.57 | 20.12 | - |
| YUV | 99.43 | 141.3 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 123 | 0 | 0.6 | 0.23 | 0.37 | 323.13 | 0.43 | 0.44 |
| Hex | A0 | 40 | 7B | 0 | 3C | 17 | 25 | 143 | 2B | 2C |
| Octal | 240 | 100 | 173 | 0 | 74 | 27 | 45 | 503 | 53 | 54 |
| Binary | 10100000 | 1000000 | 1111011 | 0 | 111100 | 10111 | 100101 | 101000011 | 101011 | 101100 |
Color Harmonies of #A0407B
Complementary color
Monochromatic Colors of #A0407B
Black with #A0407B
Text Example
Text Example
White with #A0407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0407B; }
p { color: rgb(160,64,123); }
H1.HeaderClassName
{
color: #A0407B;
}
.AnyTagClassName
{
color: #A0407B;
}
</style>
background-color css
<style>
a { background-color: #A0407B; }
a { background-color: rgb(160,64,123); }
div.DivClassName
{
background-color: #A0407B;
}
.BgClassName
{
background-color: #A0407B;
}
</style>
border-color css
<style>
span { border-color: #A0407B; }
span { border-color: rgb(160,64,123); }
td.TdClassName
{
border-color: #A0407B;
}
.TagClassName
{
border-color: #A0407B;
}
</style>