Shades of Medium Violet Red #A8168F
Tints of Medium Violet Red #A8168F
RGB
CMYK
RGB Variations
Color information
#A8168F (or 0xA8168F) is known color: Medium Violet Red. HEX triplet: A8, 16 and 8F. RGB value is (168,22,143). Sum of RGB (Red+Green+Blue) = 168+22+143=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A8168F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8168F is #57E970. Grayscale: #4F4F4F. Windows color (decimal): -5761393 or 9377448. OLE color: 9377448.
HSL color Cylindrical-coordinate representation of color #A8168F: hue angle of 310.27º 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 #A8168F is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 22 | 143 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.34 |
| HSL | 310.27º | 0.77% | 0.37% | - |
| HSV(B) | 310.27º | 0.87% | 0.66% | - |
| XYZ | 21.39 | 10.88 | 26.96 | - |
| YUV | 79.45 | 163.87 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 143 | 0 | 0.87 | 0.15 | 0.34 | 310.27 | 0.77 | 0.37 |
| Hex | A8 | 16 | 8F | 0 | 57 | F | 22 | 136 | 4D | 25 |
| Octal | 250 | 26 | 217 | 0 | 127 | 17 | 42 | 466 | 115 | 45 |
| Binary | 10101000 | 10110 | 10001111 | 0 | 1010111 | 1111 | 100010 | 100110110 | 1001101 | 100101 |
Color Harmonies of #A8168F
Complementary color
Monochromatic Colors of #A8168F
Black with #A8168F
Text Example
Text Example
White with #A8168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8168F; }
p { color: rgb(168,22,143); }
H1.HeaderClassName
{
color: #A8168F;
}
.AnyTagClassName
{
color: #A8168F;
}
</style>
background-color css
<style>
a { background-color: #A8168F; }
a { background-color: rgb(168,22,143); }
div.DivClassName
{
background-color: #A8168F;
}
.BgClassName
{
background-color: #A8168F;
}
</style>
border-color css
<style>
span { border-color: #A8168F; }
span { border-color: rgb(168,22,143); }
td.TdClassName
{
border-color: #A8168F;
}
.TagClassName
{
border-color: #A8168F;
}
</style>