Shades of Medium Violet Red #AB1982
Tints of Medium Violet Red #AB1982
RGB
CMYK
RGB Variations
Color information
#AB1982 (or 0xAB1982) is known color: Medium Violet Red. HEX triplet: AB, 19 and 82. RGB value is (171,25,130). Sum of RGB (Red+Green+Blue) = 171+25+130=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1982 is #54E67D. Grayscale: #505050. Windows color (decimal): -5564030 or 8526251. OLE color: 8526251.
HSL color Cylindrical-coordinate representation of color #AB1982: hue angle of 316.85º 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 #AB1982 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 130 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.33 |
| HSL | 316.85º | 0.74% | 0.38% | - |
| HSV(B) | 316.85º | 0.85% | 0.67% | - |
| XYZ | 21.17 | 10.96 | 22.12 | - |
| YUV | 80.62 | 155.87 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 130 | 0 | 0.85 | 0.24 | 0.33 | 316.85 | 0.74 | 0.38 |
| Hex | AB | 19 | 82 | 0 | 55 | 18 | 21 | 13D | 4A | 26 |
| Octal | 253 | 31 | 202 | 0 | 125 | 30 | 41 | 475 | 112 | 46 |
| Binary | 10101011 | 11001 | 10000010 | 0 | 1010101 | 11000 | 100001 | 100111101 | 1001010 | 100110 |
Color Harmonies of #AB1982
Complementary color
Monochromatic Colors of #AB1982
Black with #AB1982
Text Example
Text Example
White with #AB1982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1982; }
p { color: rgb(171,25,130); }
H1.HeaderClassName
{
color: #AB1982;
}
.AnyTagClassName
{
color: #AB1982;
}
</style>
background-color css
<style>
a { background-color: #AB1982; }
a { background-color: rgb(171,25,130); }
div.DivClassName
{
background-color: #AB1982;
}
.BgClassName
{
background-color: #AB1982;
}
</style>
border-color css
<style>
span { border-color: #AB1982; }
span { border-color: rgb(171,25,130); }
td.TdClassName
{
border-color: #AB1982;
}
.TagClassName
{
border-color: #AB1982;
}
</style>