Shades of Medium Violet Red #A8168E
Tints of Medium Violet Red #A8168E
RGB
CMYK
RGB Variations
Color information
#A8168E (or 0xA8168E) is known color: Medium Violet Red. HEX triplet: A8, 16 and 8E. RGB value is (168,22,142). Sum of RGB (Red+Green+Blue) = 168+22+142=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8168E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8168E is #57E971. Grayscale: #4F4F4F. Windows color (decimal): -5761394 or 9311912. OLE color: 9311912.
HSL color Cylindrical-coordinate representation of color #A8168E: hue angle of 310.68º 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 #A8168E is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 142 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.34 |
| HSL | 310.68º | 0.77% | 0.37% | - |
| HSV(B) | 310.68º | 0.87% | 0.66% | - |
| XYZ | 21.32 | 10.85 | 26.56 | - |
| YUV | 79.33 | 163.37 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 142 | 0 | 0.87 | 0.15 | 0.34 | 310.68 | 0.77 | 0.37 |
| Hex | A8 | 16 | 8E | 0 | 57 | F | 22 | 137 | 4D | 25 |
| Octal | 250 | 26 | 216 | 0 | 127 | 17 | 42 | 467 | 115 | 45 |
| Binary | 10101000 | 10110 | 10001110 | 0 | 1010111 | 1111 | 100010 | 100110111 | 1001101 | 100101 |
Color Harmonies of #A8168E
Complementary color
Monochromatic Colors of #A8168E
Black with #A8168E
Text Example
Text Example
White with #A8168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8168E; }
p { color: rgb(168,22,142); }
H1.HeaderClassName
{
color: #A8168E;
}
.AnyTagClassName
{
color: #A8168E;
}
</style>
background-color css
<style>
a { background-color: #A8168E; }
a { background-color: rgb(168,22,142); }
div.DivClassName
{
background-color: #A8168E;
}
.BgClassName
{
background-color: #A8168E;
}
</style>
border-color css
<style>
span { border-color: #A8168E; }
span { border-color: rgb(168,22,142); }
td.TdClassName
{
border-color: #A8168E;
}
.TagClassName
{
border-color: #A8168E;
}
</style>