Shades of Medium Red Violet #A7278E
Tints of Medium Red Violet #A7278E
RGB
CMYK
RGB Variations
Color information
#A7278E (or 0xA7278E) is known color: Medium Red Violet. HEX triplet: A7, 27 and 8E. RGB value is (167,39,142). Sum of RGB (Red+Green+Blue) = 167+39+142=348 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.99% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 167 - color contains mainly: red. Hex color #A7278E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7278E is #58D871. Grayscale: #585858. Windows color (decimal): -5822578 or 9316263. OLE color: 9316263.
HSL color Cylindrical-coordinate representation of color #A7278E: hue angle of 311.72º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A7278E is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 39 | 142 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.35 |
| HSL | 311.72º | 0.62% | 0.4% | - |
| HSV(B) | 311.72º | 0.77% | 0.65% | - |
| XYZ | 21.54 | 11.62 | 26.7 | - |
| YUV | 89.01 | 157.91 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 39 | 142 | 0 | 0.77 | 0.15 | 0.35 | 311.72 | 0.62 | 0.4 |
| Hex | A7 | 27 | 8E | 0 | 4D | F | 23 | 138 | 3E | 28 |
| Octal | 247 | 47 | 216 | 0 | 115 | 17 | 43 | 470 | 76 | 50 |
| Binary | 10100111 | 100111 | 10001110 | 0 | 1001101 | 1111 | 100011 | 100111000 | 111110 | 101000 |
Color Harmonies of #A7278E
Complementary color
Monochromatic Colors of #A7278E
Black with #A7278E
Text Example
Text Example
White with #A7278E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7278E; }
p { color: rgb(167,39,142); }
H1.HeaderClassName
{
color: #A7278E;
}
.AnyTagClassName
{
color: #A7278E;
}
</style>
background-color css
<style>
a { background-color: #A7278E; }
a { background-color: rgb(167,39,142); }
div.DivClassName
{
background-color: #A7278E;
}
.BgClassName
{
background-color: #A7278E;
}
</style>
border-color css
<style>
span { border-color: #A7278E; }
span { border-color: rgb(167,39,142); }
td.TdClassName
{
border-color: #A7278E;
}
.TagClassName
{
border-color: #A7278E;
}
</style>