Shades of Medium Red Violet #A1438C
Tints of Medium Red Violet #A1438C
RGB
CMYK
RGB Variations
Color information
#A1438C (or 0xA1438C) is known color: Medium Red Violet. HEX triplet: A1, 43 and 8C. RGB value is (161,67,140). Sum of RGB (Red+Green+Blue) = 161+67+140=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A1438C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1438C is #5EBC73. Grayscale: #676767. Windows color (decimal): -6208628 or 9192353. OLE color: 9192353.
HSL color Cylindrical-coordinate representation of color #A1438C: hue angle of 313.4º 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 #A1438C is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 140 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.37 |
| HSL | 313.4º | 0.41% | 0.45% | - |
| HSV(B) | 313.4º | 0.58% | 0.63% | - |
| XYZ | 21.44 | 13.48 | 26.28 | - |
| YUV | 103.43 | 148.64 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 140 | 0 | 0.58 | 0.13 | 0.37 | 313.4 | 0.41 | 0.45 |
| Hex | A1 | 43 | 8C | 0 | 3A | D | 25 | 139 | 29 | 2D |
| Octal | 241 | 103 | 214 | 0 | 72 | 15 | 45 | 471 | 51 | 55 |
| Binary | 10100001 | 1000011 | 10001100 | 0 | 111010 | 1101 | 100101 | 100111001 | 101001 | 101101 |
Color Harmonies of #A1438C
Complementary color
Monochromatic Colors of #A1438C
Black with #A1438C
Text Example
Text Example
White with #A1438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1438C; }
p { color: rgb(161,67,140); }
H1.HeaderClassName
{
color: #A1438C;
}
.AnyTagClassName
{
color: #A1438C;
}
</style>
background-color css
<style>
a { background-color: #A1438C; }
a { background-color: rgb(161,67,140); }
div.DivClassName
{
background-color: #A1438C;
}
.BgClassName
{
background-color: #A1438C;
}
</style>
border-color css
<style>
span { border-color: #A1438C; }
span { border-color: rgb(161,67,140); }
td.TdClassName
{
border-color: #A1438C;
}
.TagClassName
{
border-color: #A1438C;
}
</style>