Shades of Medium Red Violet #AB1E84
Tints of Medium Red Violet #AB1E84
RGB
CMYK
RGB Variations
Color information
#AB1E84 (or 0xAB1E84) is known color: Medium Red Violet. HEX triplet: AB, 1E and 84. RGB value is (171,30,132). Sum of RGB (Red+Green+Blue) = 171+30+132=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1E84 is #54E17B. Grayscale: #535353. Windows color (decimal): -5562748 or 8658603. OLE color: 8658603.
HSL color Cylindrical-coordinate representation of color #AB1E84: hue angle of 316.6º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1E84 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 30 | 132 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.33 |
| HSL | 316.6º | 0.7% | 0.39% | - |
| HSV(B) | 316.6º | 0.82% | 0.67% | - |
| XYZ | 21.42 | 11.25 | 22.87 | - |
| YUV | 83.79 | 155.21 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 132 | 0 | 0.82 | 0.23 | 0.33 | 316.6 | 0.7 | 0.39 |
| Hex | AB | 1E | 84 | 0 | 52 | 17 | 21 | 13D | 46 | 27 |
| Octal | 253 | 36 | 204 | 0 | 122 | 27 | 41 | 475 | 106 | 47 |
| Binary | 10101011 | 11110 | 10000100 | 0 | 1010010 | 10111 | 100001 | 100111101 | 1000110 | 100111 |
Color Harmonies of #AB1E84
Complementary color
Monochromatic Colors of #AB1E84
Black with #AB1E84
Text Example
Text Example
White with #AB1E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1E84; }
p { color: rgb(171,30,132); }
H1.HeaderClassName
{
color: #AB1E84;
}
.AnyTagClassName
{
color: #AB1E84;
}
</style>
background-color css
<style>
a { background-color: #AB1E84; }
a { background-color: rgb(171,30,132); }
div.DivClassName
{
background-color: #AB1E84;
}
.BgClassName
{
background-color: #AB1E84;
}
</style>
border-color css
<style>
span { border-color: #AB1E84; }
span { border-color: rgb(171,30,132); }
td.TdClassName
{
border-color: #AB1E84;
}
.TagClassName
{
border-color: #AB1E84;
}
</style>