Shades of Medium Red Violet #A0397E
Tints of Medium Red Violet #A0397E
RGB
CMYK
RGB Variations
Color information
#A0397E (or 0xA0397E) is known color: Medium Red Violet. HEX triplet: A0, 39 and 7E. RGB value is (160,57,126). Sum of RGB (Red+Green+Blue) = 160+57+126=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A0397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0397E is #5FC681. Grayscale: #5F5F5F. Windows color (decimal): -6276738 or 8272288. OLE color: 8272288.
HSL color Cylindrical-coordinate representation of color #A0397E: hue angle of 319.81º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0397E is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 126 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.37 |
| HSL | 319.81º | 0.47% | 0.43% | - |
| HSV(B) | 319.81º | 0.64% | 0.63% | - |
| XYZ | 19.73 | 11.91 | 21 | - |
| YUV | 95.66 | 145.12 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 126 | 0 | 0.64 | 0.21 | 0.37 | 319.81 | 0.47 | 0.43 |
| Hex | A0 | 39 | 7E | 0 | 40 | 15 | 25 | 140 | 2F | 2B |
| Octal | 240 | 71 | 176 | 0 | 100 | 25 | 45 | 500 | 57 | 53 |
| Binary | 10100000 | 111001 | 1111110 | 0 | 1000000 | 10101 | 100101 | 101000000 | 101111 | 101011 |
Color Harmonies of #A0397E
Complementary color
Monochromatic Colors of #A0397E
Black with #A0397E
Text Example
Text Example
White with #A0397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0397E; }
p { color: rgb(160,57,126); }
H1.HeaderClassName
{
color: #A0397E;
}
.AnyTagClassName
{
color: #A0397E;
}
</style>
background-color css
<style>
a { background-color: #A0397E; }
a { background-color: rgb(160,57,126); }
div.DivClassName
{
background-color: #A0397E;
}
.BgClassName
{
background-color: #A0397E;
}
</style>
border-color css
<style>
span { border-color: #A0397E; }
span { border-color: rgb(160,57,126); }
td.TdClassName
{
border-color: #A0397E;
}
.TagClassName
{
border-color: #A0397E;
}
</style>