Shades of Medium Red Violet #AB2881
Tints of Medium Red Violet #AB2881
RGB
CMYK
RGB Variations
Color information
#AB2881 (or 0xAB2881) is known color: Medium Red Violet. HEX triplet: AB, 28 and 81. RGB value is (171,40,129). Sum of RGB (Red+Green+Blue) = 171+40+129=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2881 is #54D77E. Grayscale: #595959. Windows color (decimal): -5560191 or 8464555. OLE color: 8464555.
HSL color Cylindrical-coordinate representation of color #AB2881: hue angle of 319.24º 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 #AB2881 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 129 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.33 |
| HSL | 319.24º | 0.62% | 0.41% | - |
| HSV(B) | 319.24º | 0.77% | 0.67% | - |
| XYZ | 21.52 | 11.76 | 21.9 | - |
| YUV | 89.32 | 150.4 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 129 | 0 | 0.77 | 0.25 | 0.33 | 319.24 | 0.62 | 0.41 |
| Hex | AB | 28 | 81 | 0 | 4D | 19 | 21 | 13F | 3E | 29 |
| Octal | 253 | 50 | 201 | 0 | 115 | 31 | 41 | 477 | 76 | 51 |
| Binary | 10101011 | 101000 | 10000001 | 0 | 1001101 | 11001 | 100001 | 100111111 | 111110 | 101001 |
Color Harmonies of #AB2881
Complementary color
Monochromatic Colors of #AB2881
Black with #AB2881
Text Example
Text Example
White with #AB2881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2881; }
p { color: rgb(171,40,129); }
H1.HeaderClassName
{
color: #AB2881;
}
.AnyTagClassName
{
color: #AB2881;
}
</style>
background-color css
<style>
a { background-color: #AB2881; }
a { background-color: rgb(171,40,129); }
div.DivClassName
{
background-color: #AB2881;
}
.BgClassName
{
background-color: #AB2881;
}
</style>
border-color css
<style>
span { border-color: #AB2881; }
span { border-color: rgb(171,40,129); }
td.TdClassName
{
border-color: #AB2881;
}
.TagClassName
{
border-color: #AB2881;
}
</style>