Shades of Medium Red Violet #A1377A
Tints of Medium Red Violet #A1377A
RGB
CMYK
RGB Variations
Color information
#A1377A (or 0xA1377A) is known color: Medium Red Violet. HEX triplet: A1, 37 and 7A. RGB value is (161,55,122). Sum of RGB (Red+Green+Blue) = 161+55+122=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A1377A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1377A is #5EC885. Grayscale: #5E5E5E. Windows color (decimal): -6211718 or 8009633. OLE color: 8009633.
HSL color Cylindrical-coordinate representation of color #A1377A: hue angle of 322.08º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1377A is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 55 | 122 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.37 |
| HSL | 322.08º | 0.49% | 0.42% | - |
| HSV(B) | 322.08º | 0.66% | 0.63% | - |
| XYZ | 19.58 | 11.71 | 19.64 | - |
| YUV | 94.33 | 143.62 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 55 | 122 | 0 | 0.66 | 0.24 | 0.37 | 322.08 | 0.49 | 0.42 |
| Hex | A1 | 37 | 7A | 0 | 42 | 18 | 25 | 142 | 31 | 2A |
| Octal | 241 | 67 | 172 | 0 | 102 | 30 | 45 | 502 | 61 | 52 |
| Binary | 10100001 | 110111 | 1111010 | 0 | 1000010 | 11000 | 100101 | 101000010 | 110001 | 101010 |
Color Harmonies of #A1377A
Complementary color
Monochromatic Colors of #A1377A
Black with #A1377A
Text Example
Text Example
White with #A1377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1377A; }
p { color: rgb(161,55,122); }
H1.HeaderClassName
{
color: #A1377A;
}
.AnyTagClassName
{
color: #A1377A;
}
</style>
background-color css
<style>
a { background-color: #A1377A; }
a { background-color: rgb(161,55,122); }
div.DivClassName
{
background-color: #A1377A;
}
.BgClassName
{
background-color: #A1377A;
}
</style>
border-color css
<style>
span { border-color: #A1377A; }
span { border-color: rgb(161,55,122); }
td.TdClassName
{
border-color: #A1377A;
}
.TagClassName
{
border-color: #A1377A;
}
</style>