Shades of Medium Red Violet #A7237B
Tints of Medium Red Violet #A7237B
RGB
CMYK
RGB Variations
Color information
#A7237B (or 0xA7237B) is known color: Medium Red Violet. HEX triplet: A7, 23 and 7B. RGB value is (167,35,123). Sum of RGB (Red+Green+Blue) = 167+35+123=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A7237B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7237B is #58DC84. Grayscale: #545454. Windows color (decimal): -5823621 or 8070055. OLE color: 8070055.
HSL color Cylindrical-coordinate representation of color #A7237B: hue angle of 320º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A7237B is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 35 | 123 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.35 |
| HSL | 320º | 0.65% | 0.4% | - |
| HSV(B) | 320º | 0.79% | 0.65% | - |
| XYZ | 20.11 | 10.85 | 19.77 | - |
| YUV | 84.5 | 149.73 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 35 | 123 | 0 | 0.79 | 0.26 | 0.35 | 320 | 0.65 | 0.4 |
| Hex | A7 | 23 | 7B | 0 | 4F | 1A | 23 | 140 | 41 | 28 |
| Octal | 247 | 43 | 173 | 0 | 117 | 32 | 43 | 500 | 101 | 50 |
| Binary | 10100111 | 100011 | 1111011 | 0 | 1001111 | 11010 | 100011 | 101000000 | 1000001 | 101000 |
Color Harmonies of #A7237B
Complementary color
Monochromatic Colors of #A7237B
Black with #A7237B
Text Example
Text Example
White with #A7237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7237B; }
p { color: rgb(167,35,123); }
H1.HeaderClassName
{
color: #A7237B;
}
.AnyTagClassName
{
color: #A7237B;
}
</style>
background-color css
<style>
a { background-color: #A7237B; }
a { background-color: rgb(167,35,123); }
div.DivClassName
{
background-color: #A7237B;
}
.BgClassName
{
background-color: #A7237B;
}
</style>
border-color css
<style>
span { border-color: #A7237B; }
span { border-color: rgb(167,35,123); }
td.TdClassName
{
border-color: #A7237B;
}
.TagClassName
{
border-color: #A7237B;
}
</style>