Shades of Medium Red Violet #AB1F84
Tints of Medium Red Violet #AB1F84
RGB
CMYK
RGB Variations
Color information
#AB1F84 (or 0xAB1F84) is known color: Medium Red Violet. HEX triplet: AB, 1F and 84. RGB value is (171,31,132). Sum of RGB (Red+Green+Blue) = 171+31+132=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1F84 is #54E07B. Grayscale: #545454. Windows color (decimal): -5562492 or 8658859. OLE color: 8658859.
HSL color Cylindrical-coordinate representation of color #AB1F84: hue angle of 316.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1F84 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 31 | 132 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.33 |
| HSL | 316.71º | 0.69% | 0.4% | - |
| HSV(B) | 316.71º | 0.82% | 0.67% | - |
| XYZ | 21.45 | 11.3 | 22.88 | - |
| YUV | 84.37 | 154.88 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 132 | 0 | 0.82 | 0.23 | 0.33 | 316.71 | 0.69 | 0.4 |
| Hex | AB | 1F | 84 | 0 | 52 | 17 | 21 | 13D | 45 | 28 |
| Octal | 253 | 37 | 204 | 0 | 122 | 27 | 41 | 475 | 105 | 50 |
| Binary | 10101011 | 11111 | 10000100 | 0 | 1010010 | 10111 | 100001 | 100111101 | 1000101 | 101000 |
Color Harmonies of #AB1F84
Complementary color
Monochromatic Colors of #AB1F84
Black with #AB1F84
Text Example
Text Example
White with #AB1F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1F84; }
p { color: rgb(171,31,132); }
H1.HeaderClassName
{
color: #AB1F84;
}
.AnyTagClassName
{
color: #AB1F84;
}
</style>
background-color css
<style>
a { background-color: #AB1F84; }
a { background-color: rgb(171,31,132); }
div.DivClassName
{
background-color: #AB1F84;
}
.BgClassName
{
background-color: #AB1F84;
}
</style>
border-color css
<style>
span { border-color: #AB1F84; }
span { border-color: rgb(171,31,132); }
td.TdClassName
{
border-color: #AB1F84;
}
.TagClassName
{
border-color: #AB1F84;
}
</style>