Shades of Medium Red Violet #A7288B
Tints of Medium Red Violet #A7288B
RGB
CMYK
RGB Variations
Color information
#A7288B (or 0xA7288B) is known color: Medium Red Violet. HEX triplet: A7, 28 and 8B. RGB value is (167,40,139). Sum of RGB (Red+Green+Blue) = 167+40+139=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 167 - color contains mainly: red. Hex color #A7288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7288B is #58D774. Grayscale: #585858. Windows color (decimal): -5822325 or 9119911. OLE color: 9119911.
HSL color Cylindrical-coordinate representation of color #A7288B: hue angle of 313.23º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A7288B is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 40 | 139 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.35 |
| HSL | 313.23º | 0.61% | 0.41% | - |
| HSV(B) | 313.23º | 0.76% | 0.65% | - |
| XYZ | 21.36 | 11.6 | 25.54 | - |
| YUV | 89.26 | 156.08 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 139 | 0 | 0.76 | 0.17 | 0.35 | 313.23 | 0.61 | 0.41 |
| Hex | A7 | 28 | 8B | 0 | 4C | 11 | 23 | 139 | 3D | 29 |
| Octal | 247 | 50 | 213 | 0 | 114 | 21 | 43 | 471 | 75 | 51 |
| Binary | 10100111 | 101000 | 10001011 | 0 | 1001100 | 10001 | 100011 | 100111001 | 111101 | 101001 |
Color Harmonies of #A7288B
Complementary color
Monochromatic Colors of #A7288B
Black with #A7288B
Text Example
Text Example
White with #A7288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7288B; }
p { color: rgb(167,40,139); }
H1.HeaderClassName
{
color: #A7288B;
}
.AnyTagClassName
{
color: #A7288B;
}
</style>
background-color css
<style>
a { background-color: #A7288B; }
a { background-color: rgb(167,40,139); }
div.DivClassName
{
background-color: #A7288B;
}
.BgClassName
{
background-color: #A7288B;
}
</style>
border-color css
<style>
span { border-color: #A7288B; }
span { border-color: rgb(167,40,139); }
td.TdClassName
{
border-color: #A7288B;
}
.TagClassName
{
border-color: #A7288B;
}
</style>