Shades of Medium Violet Red #A8167B
Tints of Medium Violet Red #A8167B
RGB
CMYK
RGB Variations
Color information
#A8167B (or 0xA8167B) is known color: Medium Violet Red. HEX triplet: A8, 16 and 7B. RGB value is (168,22,123). Sum of RGB (Red+Green+Blue) = 168+22+123=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A8167B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8167B is #57E984. Grayscale: #4C4C4C. Windows color (decimal): -5761413 or 8066728. OLE color: 8066728.
HSL color Cylindrical-coordinate representation of color #A8167B: hue angle of 318.49º 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 #A8167B is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 123 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.34 |
| HSL | 318.49º | 0.77% | 0.37% | - |
| HSV(B) | 318.49º | 0.87% | 0.66% | - |
| XYZ | 20.01 | 10.33 | 19.68 | - |
| YUV | 77.17 | 153.87 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 123 | 0 | 0.87 | 0.27 | 0.34 | 318.49 | 0.77 | 0.37 |
| Hex | A8 | 16 | 7B | 0 | 57 | 1B | 22 | 13E | 4D | 25 |
| Octal | 250 | 26 | 173 | 0 | 127 | 33 | 42 | 476 | 115 | 45 |
| Binary | 10101000 | 10110 | 1111011 | 0 | 1010111 | 11011 | 100010 | 100111110 | 1001101 | 100101 |
Color Harmonies of #A8167B
Complementary color
Monochromatic Colors of #A8167B
Black with #A8167B
Text Example
Text Example
White with #A8167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8167B; }
p { color: rgb(168,22,123); }
H1.HeaderClassName
{
color: #A8167B;
}
.AnyTagClassName
{
color: #A8167B;
}
</style>
background-color css
<style>
a { background-color: #A8167B; }
a { background-color: rgb(168,22,123); }
div.DivClassName
{
background-color: #A8167B;
}
.BgClassName
{
background-color: #A8167B;
}
</style>
border-color css
<style>
span { border-color: #A8167B; }
span { border-color: rgb(168,22,123); }
td.TdClassName
{
border-color: #A8167B;
}
.TagClassName
{
border-color: #A8167B;
}
</style>