Shades of Medium Red Violet #A7387F
Tints of Medium Red Violet #A7387F
RGB
CMYK
RGB Variations
Color information
#A7387F (or 0xA7387F) is known color: Medium Red Violet. HEX triplet: A7, 38 and 7F. RGB value is (167,56,127). Sum of RGB (Red+Green+Blue) = 167+56+127=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A7387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7387F is #58C780. Grayscale: #616161. Windows color (decimal): -5818241 or 8337575. OLE color: 8337575.
HSL color Cylindrical-coordinate representation of color #A7387F: hue angle of 321.62º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7387F is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 56 | 127 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.35 |
| HSL | 321.62º | 0.5% | 0.44% | - |
| HSV(B) | 321.62º | 0.66% | 0.65% | - |
| XYZ | 21.18 | 12.58 | 21.39 | - |
| YUV | 97.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 56 | 127 | 0 | 0.66 | 0.24 | 0.35 | 321.62 | 0.5 | 0.44 |
| Hex | A7 | 38 | 7F | 0 | 42 | 18 | 23 | 142 | 32 | 2C |
| Octal | 247 | 70 | 177 | 0 | 102 | 30 | 43 | 502 | 62 | 54 |
| Binary | 10100111 | 111000 | 1111111 | 0 | 1000010 | 11000 | 100011 | 101000010 | 110010 | 101100 |
Color Harmonies of #A7387F
Complementary color
Monochromatic Colors of #A7387F
Black with #A7387F
Text Example
Text Example
White with #A7387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7387F; }
p { color: rgb(167,56,127); }
H1.HeaderClassName
{
color: #A7387F;
}
.AnyTagClassName
{
color: #A7387F;
}
</style>
background-color css
<style>
a { background-color: #A7387F; }
a { background-color: rgb(167,56,127); }
div.DivClassName
{
background-color: #A7387F;
}
.BgClassName
{
background-color: #A7387F;
}
</style>
border-color css
<style>
span { border-color: #A7387F; }
span { border-color: rgb(167,56,127); }
td.TdClassName
{
border-color: #A7387F;
}
.TagClassName
{
border-color: #A7387F;
}
</style>