Shades of Medium Violet Red #AB168C
Tints of Medium Violet Red #AB168C
RGB
CMYK
RGB Variations
Color information
#AB168C (or 0xAB168C) is known color: Medium Violet Red. HEX triplet: AB, 16 and 8C. RGB value is (171,22,140). Sum of RGB (Red+Green+Blue) = 171+22+140=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB168C is #54E973. Grayscale: #4F4F4F. Windows color (decimal): -5564788 or 9180843. OLE color: 9180843.
HSL color Cylindrical-coordinate representation of color #AB168C: hue angle of 312.48º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB168C is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 22 | 140 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.33 |
| HSL | 312.48º | 0.77% | 0.38% | - |
| HSV(B) | 312.48º | 0.87% | 0.67% | - |
| XYZ | 21.82 | 11.13 | 25.81 | - |
| YUV | 80 | 161.86 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 140 | 0 | 0.87 | 0.18 | 0.33 | 312.48 | 0.77 | 0.38 |
| Hex | AB | 16 | 8C | 0 | 57 | 12 | 21 | 138 | 4D | 26 |
| Octal | 253 | 26 | 214 | 0 | 127 | 22 | 41 | 470 | 115 | 46 |
| Binary | 10101011 | 10110 | 10001100 | 0 | 1010111 | 10010 | 100001 | 100111000 | 1001101 | 100110 |
Color Harmonies of #AB168C
Complementary color
Monochromatic Colors of #AB168C
Black with #AB168C
Text Example
Text Example
White with #AB168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB168C; }
p { color: rgb(171,22,140); }
H1.HeaderClassName
{
color: #AB168C;
}
.AnyTagClassName
{
color: #AB168C;
}
</style>
background-color css
<style>
a { background-color: #AB168C; }
a { background-color: rgb(171,22,140); }
div.DivClassName
{
background-color: #AB168C;
}
.BgClassName
{
background-color: #AB168C;
}
</style>
border-color css
<style>
span { border-color: #AB168C; }
span { border-color: rgb(171,22,140); }
td.TdClassName
{
border-color: #AB168C;
}
.TagClassName
{
border-color: #AB168C;
}
</style>