Shades of Medium Red Violet #A4377E
Tints of Medium Red Violet #A4377E
RGB
CMYK
RGB Variations
Color information
#A4377E (or 0xA4377E) is known color: Medium Red Violet. HEX triplet: A4, 37 and 7E. RGB value is (164,55,126). Sum of RGB (Red+Green+Blue) = 164+55+126=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A4377E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4377E is #5BC881. Grayscale: #5F5F5F. Windows color (decimal): -6015106 or 8271780. OLE color: 8271780.
HSL color Cylindrical-coordinate representation of color #A4377E: hue angle of 320.92º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4377E is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 55 | 126 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.36 |
| HSL | 320.92º | 0.5% | 0.43% | - |
| HSV(B) | 320.92º | 0.66% | 0.64% | - |
| XYZ | 20.44 | 12.13 | 21 | - |
| YUV | 95.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 55 | 126 | 0 | 0.66 | 0.23 | 0.36 | 320.92 | 0.5 | 0.43 |
| Hex | A4 | 37 | 7E | 0 | 42 | 17 | 24 | 141 | 32 | 2B |
| Octal | 244 | 67 | 176 | 0 | 102 | 27 | 44 | 501 | 62 | 53 |
| Binary | 10100100 | 110111 | 1111110 | 0 | 1000010 | 10111 | 100100 | 101000001 | 110010 | 101011 |
Color Harmonies of #A4377E
Complementary color
Monochromatic Colors of #A4377E
Black with #A4377E
Text Example
Text Example
White with #A4377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4377E; }
p { color: rgb(164,55,126); }
H1.HeaderClassName
{
color: #A4377E;
}
.AnyTagClassName
{
color: #A4377E;
}
</style>
background-color css
<style>
a { background-color: #A4377E; }
a { background-color: rgb(164,55,126); }
div.DivClassName
{
background-color: #A4377E;
}
.BgClassName
{
background-color: #A4377E;
}
</style>
border-color css
<style>
span { border-color: #A4377E; }
span { border-color: rgb(164,55,126); }
td.TdClassName
{
border-color: #A4377E;
}
.TagClassName
{
border-color: #A4377E;
}
</style>