Shades of Medium Red Violet #A1387E
Tints of Medium Red Violet #A1387E
RGB
CMYK
RGB Variations
Color information
#A1387E (or 0xA1387E) is known color: Medium Red Violet. HEX triplet: A1, 38 and 7E. RGB value is (161,56,126). Sum of RGB (Red+Green+Blue) = 161+56+126=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A1387E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1387E is #5EC781. Grayscale: #5F5F5F. Windows color (decimal): -6211458 or 8272033. OLE color: 8272033.
HSL color Cylindrical-coordinate representation of color #A1387E: hue angle of 320º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1387E is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 56 | 126 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.37 |
| HSL | 320º | 0.48% | 0.43% | - |
| HSV(B) | 320º | 0.65% | 0.63% | - |
| XYZ | 19.88 | 11.91 | 20.99 | - |
| YUV | 95.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 126 | 0 | 0.65 | 0.22 | 0.37 | 320 | 0.48 | 0.43 |
| Hex | A1 | 38 | 7E | 0 | 41 | 16 | 25 | 140 | 30 | 2B |
| Octal | 241 | 70 | 176 | 0 | 101 | 26 | 45 | 500 | 60 | 53 |
| Binary | 10100001 | 111000 | 1111110 | 0 | 1000001 | 10110 | 100101 | 101000000 | 110000 | 101011 |
Color Harmonies of #A1387E
Complementary color
Monochromatic Colors of #A1387E
Black with #A1387E
Text Example
Text Example
White with #A1387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1387E; }
p { color: rgb(161,56,126); }
H1.HeaderClassName
{
color: #A1387E;
}
.AnyTagClassName
{
color: #A1387E;
}
</style>
background-color css
<style>
a { background-color: #A1387E; }
a { background-color: rgb(161,56,126); }
div.DivClassName
{
background-color: #A1387E;
}
.BgClassName
{
background-color: #A1387E;
}
</style>
border-color css
<style>
span { border-color: #A1387E; }
span { border-color: rgb(161,56,126); }
td.TdClassName
{
border-color: #A1387E;
}
.TagClassName
{
border-color: #A1387E;
}
</style>