Shades of Medium Violet Red #AB1A8C
Tints of Medium Violet Red #AB1A8C
RGB
CMYK
RGB Variations
Color information
#AB1A8C (or 0xAB1A8C) is known color: Medium Violet Red. HEX triplet: AB, 1A and 8C. RGB value is (171,26,140). Sum of RGB (Red+Green+Blue) = 171+26+140=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1A8C is #54E573. Grayscale: #525252. Windows color (decimal): -5563764 or 9181867. OLE color: 9181867.
HSL color Cylindrical-coordinate representation of color #AB1A8C: hue angle of 312.83º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1A8C is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 26 | 140 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.33 |
| HSL | 312.83º | 0.74% | 0.39% | - |
| HSV(B) | 312.83º | 0.85% | 0.67% | - |
| XYZ | 21.9 | 11.29 | 25.84 | - |
| YUV | 82.35 | 160.54 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 26 | 140 | 0 | 0.85 | 0.18 | 0.33 | 312.83 | 0.74 | 0.39 |
| Hex | AB | 1A | 8C | 0 | 55 | 12 | 21 | 139 | 4A | 27 |
| Octal | 253 | 32 | 214 | 0 | 125 | 22 | 41 | 471 | 112 | 47 |
| Binary | 10101011 | 11010 | 10001100 | 0 | 1010101 | 10010 | 100001 | 100111001 | 1001010 | 100111 |
Color Harmonies of #AB1A8C
Complementary color
Monochromatic Colors of #AB1A8C
Black with #AB1A8C
Text Example
Text Example
White with #AB1A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1A8C; }
p { color: rgb(171,26,140); }
H1.HeaderClassName
{
color: #AB1A8C;
}
.AnyTagClassName
{
color: #AB1A8C;
}
</style>
background-color css
<style>
a { background-color: #AB1A8C; }
a { background-color: rgb(171,26,140); }
div.DivClassName
{
background-color: #AB1A8C;
}
.BgClassName
{
background-color: #AB1A8C;
}
</style>
border-color css
<style>
span { border-color: #AB1A8C; }
span { border-color: rgb(171,26,140); }
td.TdClassName
{
border-color: #AB1A8C;
}
.TagClassName
{
border-color: #AB1A8C;
}
</style>