Shades of Medium Red Violet #AB1F80
Tints of Medium Red Violet #AB1F80
RGB
CMYK
RGB Variations
Color information
#AB1F80 (or 0xAB1F80) is known color: Medium Red Violet. HEX triplet: AB, 1F and 80. RGB value is (171,31,128). Sum of RGB (Red+Green+Blue) = 171+31+128=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1F80 is #54E07F. Grayscale: #535353. Windows color (decimal): -5562496 or 8396715. OLE color: 8396715.
HSL color Cylindrical-coordinate representation of color #AB1F80: hue angle of 318.43º 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 #AB1F80 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 31 | 128 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.33 |
| HSL | 318.43º | 0.69% | 0.4% | - |
| HSV(B) | 318.43º | 0.82% | 0.67% | - |
| XYZ | 21.18 | 11.2 | 21.47 | - |
| YUV | 83.92 | 152.88 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 128 | 0 | 0.82 | 0.25 | 0.33 | 318.43 | 0.69 | 0.4 |
| Hex | AB | 1F | 80 | 0 | 52 | 19 | 21 | 13E | 45 | 28 |
| Octal | 253 | 37 | 200 | 0 | 122 | 31 | 41 | 476 | 105 | 50 |
| Binary | 10101011 | 11111 | 10000000 | 0 | 1010010 | 11001 | 100001 | 100111110 | 1000101 | 101000 |
Color Harmonies of #AB1F80
Complementary color
Monochromatic Colors of #AB1F80
Black with #AB1F80
Text Example
Text Example
White with #AB1F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1F80; }
p { color: rgb(171,31,128); }
H1.HeaderClassName
{
color: #AB1F80;
}
.AnyTagClassName
{
color: #AB1F80;
}
</style>
background-color css
<style>
a { background-color: #AB1F80; }
a { background-color: rgb(171,31,128); }
div.DivClassName
{
background-color: #AB1F80;
}
.BgClassName
{
background-color: #AB1F80;
}
</style>
border-color css
<style>
span { border-color: #AB1F80; }
span { border-color: rgb(171,31,128); }
td.TdClassName
{
border-color: #AB1F80;
}
.TagClassName
{
border-color: #AB1F80;
}
</style>