Shades of Medium Red Violet #A7337C
Tints of Medium Red Violet #A7337C
RGB
CMYK
RGB Variations
Color information
#A7337C (or 0xA7337C) is known color: Medium Red Violet. HEX triplet: A7, 33 and 7C. RGB value is (167,51,124). Sum of RGB (Red+Green+Blue) = 167+51+124=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 167 - color contains mainly: red. Hex color #A7337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7337C is #58CC83. Grayscale: #5D5D5D. Windows color (decimal): -5819524 or 8139687. OLE color: 8139687.
HSL color Cylindrical-coordinate representation of color #A7337C: hue angle of 322.24º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7337C is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 51 | 124 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.35 |
| HSL | 322.24º | 0.53% | 0.43% | - |
| HSV(B) | 322.24º | 0.69% | 0.65% | - |
| XYZ | 20.76 | 12.04 | 20.3 | - |
| YUV | 94.01 | 144.93 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 51 | 124 | 0 | 0.69 | 0.26 | 0.35 | 322.24 | 0.53 | 0.43 |
| Hex | A7 | 33 | 7C | 0 | 45 | 1A | 23 | 142 | 35 | 2B |
| Octal | 247 | 63 | 174 | 0 | 105 | 32 | 43 | 502 | 65 | 53 |
| Binary | 10100111 | 110011 | 1111100 | 0 | 1000101 | 11010 | 100011 | 101000010 | 110101 | 101011 |
Color Harmonies of #A7337C
Complementary color
Monochromatic Colors of #A7337C
Black with #A7337C
Text Example
Text Example
White with #A7337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7337C; }
p { color: rgb(167,51,124); }
H1.HeaderClassName
{
color: #A7337C;
}
.AnyTagClassName
{
color: #A7337C;
}
</style>
background-color css
<style>
a { background-color: #A7337C; }
a { background-color: rgb(167,51,124); }
div.DivClassName
{
background-color: #A7337C;
}
.BgClassName
{
background-color: #A7337C;
}
</style>
border-color css
<style>
span { border-color: #A7337C; }
span { border-color: rgb(167,51,124); }
td.TdClassName
{
border-color: #A7337C;
}
.TagClassName
{
border-color: #A7337C;
}
</style>