Shades of Medium Red Violet #A7379B
Tints of Medium Red Violet #A7379B
RGB
CMYK
RGB Variations
Color information
#A7379B (or 0xA7379B) is known color: Medium Red Violet. HEX triplet: A7, 37 and 9B. RGB value is (167,55,155). Sum of RGB (Red+Green+Blue) = 167+55+155=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A7379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7379B is #58C864. Grayscale: #636363. Windows color (decimal): -5818469 or 10172327. OLE color: 10172327.
HSL color Cylindrical-coordinate representation of color #A7379B: hue angle of 306.43º 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 #A7379B is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 55 | 155 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.35 |
| HSL | 306.43º | 0.5% | 0.44% | - |
| HSV(B) | 306.43º | 0.67% | 0.65% | - |
| XYZ | 23.22 | 13.31 | 32.36 | - |
| YUV | 99.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 55 | 155 | 0 | 0.67 | 0.07 | 0.35 | 306.43 | 0.5 | 0.44 |
| Hex | A7 | 37 | 9B | 0 | 43 | 7 | 23 | 132 | 32 | 2C |
| Octal | 247 | 67 | 233 | 0 | 103 | 7 | 43 | 462 | 62 | 54 |
| Binary | 10100111 | 110111 | 10011011 | 0 | 1000011 | 111 | 100011 | 100110010 | 110010 | 101100 |
Color Harmonies of #A7379B
Complementary color
Monochromatic Colors of #A7379B
Black with #A7379B
Text Example
Text Example
White with #A7379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7379B; }
p { color: rgb(167,55,155); }
H1.HeaderClassName
{
color: #A7379B;
}
.AnyTagClassName
{
color: #A7379B;
}
</style>
background-color css
<style>
a { background-color: #A7379B; }
a { background-color: rgb(167,55,155); }
div.DivClassName
{
background-color: #A7379B;
}
.BgClassName
{
background-color: #A7379B;
}
</style>
border-color css
<style>
span { border-color: #A7379B; }
span { border-color: rgb(167,55,155); }
td.TdClassName
{
border-color: #A7379B;
}
.TagClassName
{
border-color: #A7379B;
}
</style>