Shades of Medium Red Violet #A0438C
Tints of Medium Red Violet #A0438C
RGB
CMYK
RGB Variations
Color information
#A0438C (or 0xA0438C) is known color: Medium Red Violet. HEX triplet: A0, 43 and 8C. RGB value is (160,67,140). Sum of RGB (Red+Green+Blue) = 160+67+140=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A0438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0438C is #5FBC73. Grayscale: #666666. Windows color (decimal): -6274164 or 9192352. OLE color: 9192352.
HSL color Cylindrical-coordinate representation of color #A0438C: hue angle of 312.9º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0438C is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 67 | 140 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.37 |
| HSL | 312.9º | 0.41% | 0.45% | - |
| HSV(B) | 312.9º | 0.58% | 0.63% | - |
| XYZ | 21.24 | 13.38 | 26.27 | - |
| YUV | 103.13 | 148.81 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 67 | 140 | 0 | 0.58 | 0.12 | 0.37 | 312.9 | 0.41 | 0.45 |
| Hex | A0 | 43 | 8C | 0 | 3A | C | 25 | 139 | 29 | 2D |
| Octal | 240 | 103 | 214 | 0 | 72 | 14 | 45 | 471 | 51 | 55 |
| Binary | 10100000 | 1000011 | 10001100 | 0 | 111010 | 1100 | 100101 | 100111001 | 101001 | 101101 |
Color Harmonies of #A0438C
Complementary color
Monochromatic Colors of #A0438C
Black with #A0438C
Text Example
Text Example
White with #A0438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0438C; }
p { color: rgb(160,67,140); }
H1.HeaderClassName
{
color: #A0438C;
}
.AnyTagClassName
{
color: #A0438C;
}
</style>
background-color css
<style>
a { background-color: #A0438C; }
a { background-color: rgb(160,67,140); }
div.DivClassName
{
background-color: #A0438C;
}
.BgClassName
{
background-color: #A0438C;
}
</style>
border-color css
<style>
span { border-color: #A0438C; }
span { border-color: rgb(160,67,140); }
td.TdClassName
{
border-color: #A0438C;
}
.TagClassName
{
border-color: #A0438C;
}
</style>