Shades of Medium Violet Red #AB1B8C
Tints of Medium Violet Red #AB1B8C
RGB
CMYK
RGB Variations
Color information
#AB1B8C (or 0xAB1B8C) is known color: Medium Violet Red. HEX triplet: AB, 1B and 8C. RGB value is (171,27,140). Sum of RGB (Red+Green+Blue) = 171+27+140=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1B8C is #54E473. Grayscale: #525252. Windows color (decimal): -5563508 or 9182123. OLE color: 9182123.
HSL color Cylindrical-coordinate representation of color #AB1B8C: hue angle of 312.92º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1B8C is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 27 | 140 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.33 |
| HSL | 312.92º | 0.73% | 0.39% | - |
| HSV(B) | 312.92º | 0.84% | 0.67% | - |
| XYZ | 21.92 | 11.34 | 25.84 | - |
| YUV | 82.94 | 160.21 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 27 | 140 | 0 | 0.84 | 0.18 | 0.33 | 312.92 | 0.73 | 0.39 |
| Hex | AB | 1B | 8C | 0 | 54 | 12 | 21 | 139 | 49 | 27 |
| Octal | 253 | 33 | 214 | 0 | 124 | 22 | 41 | 471 | 111 | 47 |
| Binary | 10101011 | 11011 | 10001100 | 0 | 1010100 | 10010 | 100001 | 100111001 | 1001001 | 100111 |
Color Harmonies of #AB1B8C
Complementary color
Monochromatic Colors of #AB1B8C
Black with #AB1B8C
Text Example
Text Example
White with #AB1B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1B8C; }
p { color: rgb(171,27,140); }
H1.HeaderClassName
{
color: #AB1B8C;
}
.AnyTagClassName
{
color: #AB1B8C;
}
</style>
background-color css
<style>
a { background-color: #AB1B8C; }
a { background-color: rgb(171,27,140); }
div.DivClassName
{
background-color: #AB1B8C;
}
.BgClassName
{
background-color: #AB1B8C;
}
</style>
border-color css
<style>
span { border-color: #AB1B8C; }
span { border-color: rgb(171,27,140); }
td.TdClassName
{
border-color: #AB1B8C;
}
.TagClassName
{
border-color: #AB1B8C;
}
</style>