Shades of Medium Red Violet #AB2877
Tints of Medium Red Violet #AB2877
RGB
CMYK
RGB Variations
Color information
#AB2877 (or 0xAB2877) is known color: Medium Red Violet. HEX triplet: AB, 28 and 77. RGB value is (171,40,119). Sum of RGB (Red+Green+Blue) = 171+40+119=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2877 is #54D788. Grayscale: #575757. Windows color (decimal): -5560201 or 7809195. OLE color: 7809195.
HSL color Cylindrical-coordinate representation of color #AB2877: hue angle of 323.82º 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 #AB2877 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 119 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.33 |
| HSL | 323.82º | 0.62% | 0.41% | - |
| HSV(B) | 323.82º | 0.77% | 0.67% | - |
| XYZ | 20.88 | 11.51 | 18.57 | - |
| YUV | 88.18 | 145.4 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 119 | 0 | 0.77 | 0.30 | 0.33 | 323.82 | 0.62 | 0.41 |
| Hex | AB | 28 | 77 | 0 | 4D | 1E | 21 | 144 | 3E | 29 |
| Octal | 253 | 50 | 167 | 0 | 115 | 36 | 41 | 504 | 76 | 51 |
| Binary | 10101011 | 101000 | 1110111 | 0 | 1001101 | 11110 | 100001 | 101000100 | 111110 | 101001 |
Color Harmonies of #AB2877
Complementary color
Monochromatic Colors of #AB2877
Black with #AB2877
Text Example
Text Example
White with #AB2877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2877; }
p { color: rgb(171,40,119); }
H1.HeaderClassName
{
color: #AB2877;
}
.AnyTagClassName
{
color: #AB2877;
}
</style>
background-color css
<style>
a { background-color: #AB2877; }
a { background-color: rgb(171,40,119); }
div.DivClassName
{
background-color: #AB2877;
}
.BgClassName
{
background-color: #AB2877;
}
</style>
border-color css
<style>
span { border-color: #AB2877; }
span { border-color: rgb(171,40,119); }
td.TdClassName
{
border-color: #AB2877;
}
.TagClassName
{
border-color: #AB2877;
}
</style>