Shades of Medium Violet Red #A8168D
Tints of Medium Violet Red #A8168D
RGB
CMYK
RGB Variations
Color information
#A8168D (or 0xA8168D) is known color: Medium Violet Red. HEX triplet: A8, 16 and 8D. RGB value is (168,22,141). Sum of RGB (Red+Green+Blue) = 168+22+141=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8168D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8168D is #57E972. Grayscale: #4E4E4E. Windows color (decimal): -5761395 or 9246376. OLE color: 9246376.
HSL color Cylindrical-coordinate representation of color #A8168D: hue angle of 311.1º 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 #A8168D is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 141 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.34 |
| HSL | 311.1º | 0.77% | 0.37% | - |
| HSV(B) | 311.1º | 0.87% | 0.66% | - |
| XYZ | 21.24 | 10.82 | 26.17 | - |
| YUV | 79.22 | 162.87 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 141 | 0 | 0.87 | 0.16 | 0.34 | 311.1 | 0.77 | 0.37 |
| Hex | A8 | 16 | 8D | 0 | 57 | 10 | 22 | 137 | 4D | 25 |
| Octal | 250 | 26 | 215 | 0 | 127 | 20 | 42 | 467 | 115 | 45 |
| Binary | 10101000 | 10110 | 10001101 | 0 | 1010111 | 10000 | 100010 | 100110111 | 1001101 | 100101 |
Color Harmonies of #A8168D
Complementary color
Monochromatic Colors of #A8168D
Black with #A8168D
Text Example
Text Example
White with #A8168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8168D; }
p { color: rgb(168,22,141); }
H1.HeaderClassName
{
color: #A8168D;
}
.AnyTagClassName
{
color: #A8168D;
}
</style>
background-color css
<style>
a { background-color: #A8168D; }
a { background-color: rgb(168,22,141); }
div.DivClassName
{
background-color: #A8168D;
}
.BgClassName
{
background-color: #A8168D;
}
</style>
border-color css
<style>
span { border-color: #A8168D; }
span { border-color: rgb(168,22,141); }
td.TdClassName
{
border-color: #A8168D;
}
.TagClassName
{
border-color: #A8168D;
}
</style>