Shades of Medium Violet Red #AB1983
Tints of Medium Violet Red #AB1983
RGB
CMYK
RGB Variations
Color information
#AB1983 (or 0xAB1983) is known color: Medium Violet Red. HEX triplet: AB, 19 and 83. RGB value is (171,25,131). Sum of RGB (Red+Green+Blue) = 171+25+131=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1983 is #54E67C. Grayscale: #505050. Windows color (decimal): -5564029 or 8591787. OLE color: 8591787.
HSL color Cylindrical-coordinate representation of color #AB1983: hue angle of 316.44º 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 #AB1983 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 131 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.33 |
| HSL | 316.44º | 0.74% | 0.38% | - |
| HSV(B) | 316.44º | 0.85% | 0.67% | - |
| XYZ | 21.24 | 10.99 | 22.47 | - |
| YUV | 80.74 | 156.37 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 131 | 0 | 0.85 | 0.23 | 0.33 | 316.44 | 0.74 | 0.38 |
| Hex | AB | 19 | 83 | 0 | 55 | 17 | 21 | 13C | 4A | 26 |
| Octal | 253 | 31 | 203 | 0 | 125 | 27 | 41 | 474 | 112 | 46 |
| Binary | 10101011 | 11001 | 10000011 | 0 | 1010101 | 10111 | 100001 | 100111100 | 1001010 | 100110 |
Color Harmonies of #AB1983
Complementary color
Monochromatic Colors of #AB1983
Black with #AB1983
Text Example
Text Example
White with #AB1983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1983; }
p { color: rgb(171,25,131); }
H1.HeaderClassName
{
color: #AB1983;
}
.AnyTagClassName
{
color: #AB1983;
}
</style>
background-color css
<style>
a { background-color: #AB1983; }
a { background-color: rgb(171,25,131); }
div.DivClassName
{
background-color: #AB1983;
}
.BgClassName
{
background-color: #AB1983;
}
</style>
border-color css
<style>
span { border-color: #AB1983; }
span { border-color: rgb(171,25,131); }
td.TdClassName
{
border-color: #AB1983;
}
.TagClassName
{
border-color: #AB1983;
}
</style>