Shades of Medium Red Violet #A7438B
Tints of Medium Red Violet #A7438B
RGB
CMYK
RGB Variations
Color information
#A7438B (or 0xA7438B) is known color: Medium Red Violet. HEX triplet: A7, 43 and 8B. RGB value is (167,67,139). Sum of RGB (Red+Green+Blue) = 167+67+139=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A7438B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7438B is #58BC74. Grayscale: #686868. Windows color (decimal): -5815413 or 9126823. OLE color: 9126823.
HSL color Cylindrical-coordinate representation of color #A7438B: hue angle of 316.8º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A7438B is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 67 | 139 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.35 |
| HSL | 316.8º | 0.43% | 0.46% | - |
| HSV(B) | 316.8º | 0.6% | 0.65% | - |
| XYZ | 22.6 | 14.09 | 25.96 | - |
| YUV | 105.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 67 | 139 | 0 | 0.60 | 0.17 | 0.35 | 316.8 | 0.43 | 0.46 |
| Hex | A7 | 43 | 8B | 0 | 3C | 11 | 23 | 13D | 2B | 2E |
| Octal | 247 | 103 | 213 | 0 | 74 | 21 | 43 | 475 | 53 | 56 |
| Binary | 10100111 | 1000011 | 10001011 | 0 | 111100 | 10001 | 100011 | 100111101 | 101011 | 101110 |
Color Harmonies of #A7438B
Complementary color
Monochromatic Colors of #A7438B
Black with #A7438B
Text Example
Text Example
White with #A7438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7438B; }
p { color: rgb(167,67,139); }
H1.HeaderClassName
{
color: #A7438B;
}
.AnyTagClassName
{
color: #A7438B;
}
</style>
background-color css
<style>
a { background-color: #A7438B; }
a { background-color: rgb(167,67,139); }
div.DivClassName
{
background-color: #A7438B;
}
.BgClassName
{
background-color: #A7438B;
}
</style>
border-color css
<style>
span { border-color: #A7438B; }
span { border-color: rgb(167,67,139); }
td.TdClassName
{
border-color: #A7438B;
}
.TagClassName
{
border-color: #A7438B;
}
</style>