Shades of Medium Violet Red #A8167E
Tints of Medium Violet Red #A8167E
RGB
CMYK
RGB Variations
Color information
#A8167E (or 0xA8167E) is known color: Medium Violet Red. HEX triplet: A8, 16 and 7E. RGB value is (168,22,126). Sum of RGB (Red+Green+Blue) = 168+22+126=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A8167E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8167E is #57E981. Grayscale: #4D4D4D. Windows color (decimal): -5761410 or 8263336. OLE color: 8263336.
HSL color Cylindrical-coordinate representation of color #A8167E: hue angle of 317.26º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8167E is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 126 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.34 |
| HSL | 317.26º | 0.77% | 0.37% | - |
| HSV(B) | 317.26º | 0.87% | 0.66% | - |
| XYZ | 20.2 | 10.41 | 20.68 | - |
| YUV | 77.51 | 155.37 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 126 | 0 | 0.87 | 0.25 | 0.34 | 317.26 | 0.77 | 0.37 |
| Hex | A8 | 16 | 7E | 0 | 57 | 19 | 22 | 13D | 4D | 25 |
| Octal | 250 | 26 | 176 | 0 | 127 | 31 | 42 | 475 | 115 | 45 |
| Binary | 10101000 | 10110 | 1111110 | 0 | 1010111 | 11001 | 100010 | 100111101 | 1001101 | 100101 |
Color Harmonies of #A8167E
Complementary color
Monochromatic Colors of #A8167E
Black with #A8167E
Text Example
Text Example
White with #A8167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8167E; }
p { color: rgb(168,22,126); }
H1.HeaderClassName
{
color: #A8167E;
}
.AnyTagClassName
{
color: #A8167E;
}
</style>
background-color css
<style>
a { background-color: #A8167E; }
a { background-color: rgb(168,22,126); }
div.DivClassName
{
background-color: #A8167E;
}
.BgClassName
{
background-color: #A8167E;
}
</style>
border-color css
<style>
span { border-color: #A8167E; }
span { border-color: rgb(168,22,126); }
td.TdClassName
{
border-color: #A8167E;
}
.TagClassName
{
border-color: #A8167E;
}
</style>