Shades of Medium Red Violet #A7379C
Tints of Medium Red Violet #A7379C
RGB
CMYK
RGB Variations
Color information
#A7379C (or 0xA7379C) is known color: Medium Red Violet. HEX triplet: A7, 37 and 9C. RGB value is (167,55,156). Sum of RGB (Red+Green+Blue) = 167+55+156=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A7379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7379C is #58C863. Grayscale: #636363. Windows color (decimal): -5818468 or 10237863. OLE color: 10237863.
HSL color Cylindrical-coordinate representation of color #A7379C: hue angle of 305.89º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A7379C is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 55 | 156 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.35 |
| HSL | 305.89º | 0.5% | 0.44% | - |
| HSV(B) | 305.89º | 0.67% | 0.65% | - |
| XYZ | 23.3 | 13.35 | 32.8 | - |
| YUV | 100 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 55 | 156 | 0 | 0.67 | 0.07 | 0.35 | 305.89 | 0.5 | 0.44 |
| Hex | A7 | 37 | 9C | 0 | 43 | 7 | 23 | 132 | 32 | 2C |
| Octal | 247 | 67 | 234 | 0 | 103 | 7 | 43 | 462 | 62 | 54 |
| Binary | 10100111 | 110111 | 10011100 | 0 | 1000011 | 111 | 100011 | 100110010 | 110010 | 101100 |
Color Harmonies of #A7379C
Complementary color
Monochromatic Colors of #A7379C
Black with #A7379C
Text Example
Text Example
White with #A7379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7379C; }
p { color: rgb(167,55,156); }
H1.HeaderClassName
{
color: #A7379C;
}
.AnyTagClassName
{
color: #A7379C;
}
</style>
background-color css
<style>
a { background-color: #A7379C; }
a { background-color: rgb(167,55,156); }
div.DivClassName
{
background-color: #A7379C;
}
.BgClassName
{
background-color: #A7379C;
}
</style>
border-color css
<style>
span { border-color: #A7379C; }
span { border-color: rgb(167,55,156); }
td.TdClassName
{
border-color: #A7379C;
}
.TagClassName
{
border-color: #A7379C;
}
</style>