Shades of Medium Red Violet #A7458C
Tints of Medium Red Violet #A7458C
RGB
CMYK
RGB Variations
Color information
#A7458C (or 0xA7458C) is known color: Medium Red Violet. HEX triplet: A7, 45 and 8C. RGB value is (167,69,140). Sum of RGB (Red+Green+Blue) = 167+69+140=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 167 - color contains mainly: red. Hex color #A7458C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7458C is #58BA73. Grayscale: #6A6A6A. Windows color (decimal): -5814900 or 9192871. OLE color: 9192871.
HSL color Cylindrical-coordinate representation of color #A7458C: hue angle of 316.53º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A7458C is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 69 | 140 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.35 |
| HSL | 316.53º | 0.42% | 0.46% | - |
| HSV(B) | 316.53º | 0.59% | 0.65% | - |
| XYZ | 22.8 | 14.37 | 26.38 | - |
| YUV | 106.4 | 146.97 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 69 | 140 | 0 | 0.59 | 0.16 | 0.35 | 316.53 | 0.42 | 0.46 |
| Hex | A7 | 45 | 8C | 0 | 3B | 10 | 23 | 13D | 2A | 2E |
| Octal | 247 | 105 | 214 | 0 | 73 | 20 | 43 | 475 | 52 | 56 |
| Binary | 10100111 | 1000101 | 10001100 | 0 | 111011 | 10000 | 100011 | 100111101 | 101010 | 101110 |
Color Harmonies of #A7458C
Complementary color
Monochromatic Colors of #A7458C
Black with #A7458C
Text Example
Text Example
White with #A7458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7458C; }
p { color: rgb(167,69,140); }
H1.HeaderClassName
{
color: #A7458C;
}
.AnyTagClassName
{
color: #A7458C;
}
</style>
background-color css
<style>
a { background-color: #A7458C; }
a { background-color: rgb(167,69,140); }
div.DivClassName
{
background-color: #A7458C;
}
.BgClassName
{
background-color: #A7458C;
}
</style>
border-color css
<style>
span { border-color: #A7458C; }
span { border-color: rgb(167,69,140); }
td.TdClassName
{
border-color: #A7458C;
}
.TagClassName
{
border-color: #A7458C;
}
</style>