Shades of Medium Red Violet #AB2871
Tints of Medium Red Violet #AB2871
RGB
CMYK
RGB Variations
Color information
#AB2871 (or 0xAB2871) is known color: Medium Red Violet. HEX triplet: AB, 28 and 71. RGB value is (171,40,113). Sum of RGB (Red+Green+Blue) = 171+40+113=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2871 is #54D78E. Grayscale: #575757. Windows color (decimal): -5560207 or 7415979. OLE color: 7415979.
HSL color Cylindrical-coordinate representation of color #AB2871: hue angle of 326.56º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2871 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 113 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.33 |
| HSL | 326.56º | 0.62% | 0.41% | - |
| HSV(B) | 326.56º | 0.77% | 0.67% | - |
| XYZ | 20.53 | 11.37 | 16.73 | - |
| YUV | 87.49 | 142.4 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 113 | 0 | 0.77 | 0.34 | 0.33 | 326.56 | 0.62 | 0.41 |
| Hex | AB | 28 | 71 | 0 | 4D | 22 | 21 | 147 | 3E | 29 |
| Octal | 253 | 50 | 161 | 0 | 115 | 42 | 41 | 507 | 76 | 51 |
| Binary | 10101011 | 101000 | 1110001 | 0 | 1001101 | 100010 | 100001 | 101000111 | 111110 | 101001 |
Color Harmonies of #AB2871
Complementary color
Monochromatic Colors of #AB2871
Black with #AB2871
Text Example
Text Example
White with #AB2871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2871; }
p { color: rgb(171,40,113); }
H1.HeaderClassName
{
color: #AB2871;
}
.AnyTagClassName
{
color: #AB2871;
}
</style>
background-color css
<style>
a { background-color: #AB2871; }
a { background-color: rgb(171,40,113); }
div.DivClassName
{
background-color: #AB2871;
}
.BgClassName
{
background-color: #AB2871;
}
</style>
border-color css
<style>
span { border-color: #AB2871; }
span { border-color: rgb(171,40,113); }
td.TdClassName
{
border-color: #AB2871;
}
.TagClassName
{
border-color: #AB2871;
}
</style>