Shades of Medium Violet Red #AB1986
Tints of Medium Violet Red #AB1986
RGB
CMYK
RGB Variations
Color information
#AB1986 (or 0xAB1986) is known color: Medium Violet Red. HEX triplet: AB, 19 and 86. RGB value is (171,25,134). Sum of RGB (Red+Green+Blue) = 171+25+134=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1986 is #54E679. Grayscale: #505050. Windows color (decimal): -5564026 or 8788395. OLE color: 8788395.
HSL color Cylindrical-coordinate representation of color #AB1986: hue angle of 315.21º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1986 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 134 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.33 |
| HSL | 315.21º | 0.74% | 0.38% | - |
| HSV(B) | 315.21º | 0.85% | 0.67% | - |
| XYZ | 21.45 | 11.07 | 23.56 | - |
| YUV | 81.08 | 157.87 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 134 | 0 | 0.85 | 0.22 | 0.33 | 315.21 | 0.74 | 0.38 |
| Hex | AB | 19 | 86 | 0 | 55 | 16 | 21 | 13B | 4A | 26 |
| Octal | 253 | 31 | 206 | 0 | 125 | 26 | 41 | 473 | 112 | 46 |
| Binary | 10101011 | 11001 | 10000110 | 0 | 1010101 | 10110 | 100001 | 100111011 | 1001010 | 100110 |
Color Harmonies of #AB1986
Complementary color
Monochromatic Colors of #AB1986
Black with #AB1986
Text Example
Text Example
White with #AB1986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1986; }
p { color: rgb(171,25,134); }
H1.HeaderClassName
{
color: #AB1986;
}
.AnyTagClassName
{
color: #AB1986;
}
</style>
background-color css
<style>
a { background-color: #AB1986; }
a { background-color: rgb(171,25,134); }
div.DivClassName
{
background-color: #AB1986;
}
.BgClassName
{
background-color: #AB1986;
}
</style>
border-color css
<style>
span { border-color: #AB1986; }
span { border-color: rgb(171,25,134); }
td.TdClassName
{
border-color: #AB1986;
}
.TagClassName
{
border-color: #AB1986;
}
</style>