Shades of Medium Red Violet #AB2988
Tints of Medium Red Violet #AB2988
RGB
CMYK
RGB Variations
Color information
#AB2988 (or 0xAB2988) is known color: Medium Red Violet. HEX triplet: AB, 29 and 88. RGB value is (171,41,136). Sum of RGB (Red+Green+Blue) = 171+41+136=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2988 is #54D677. Grayscale: #5A5A5A. Windows color (decimal): -5559928 or 8923563. OLE color: 8923563.
HSL color Cylindrical-coordinate representation of color #AB2988: hue angle of 316.15º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2988 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 136 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.33 |
| HSL | 316.15º | 0.61% | 0.42% | - |
| HSV(B) | 316.15º | 0.76% | 0.67% | - |
| XYZ | 22.03 | 12.02 | 24.45 | - |
| YUV | 90.7 | 153.57 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 136 | 0 | 0.76 | 0.20 | 0.33 | 316.15 | 0.61 | 0.42 |
| Hex | AB | 29 | 88 | 0 | 4C | 14 | 21 | 13C | 3D | 2A |
| Octal | 253 | 51 | 210 | 0 | 114 | 24 | 41 | 474 | 75 | 52 |
| Binary | 10101011 | 101001 | 10001000 | 0 | 1001100 | 10100 | 100001 | 100111100 | 111101 | 101010 |
Color Harmonies of #AB2988
Complementary color
Monochromatic Colors of #AB2988
Black with #AB2988
Text Example
Text Example
White with #AB2988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2988; }
p { color: rgb(171,41,136); }
H1.HeaderClassName
{
color: #AB2988;
}
.AnyTagClassName
{
color: #AB2988;
}
</style>
background-color css
<style>
a { background-color: #AB2988; }
a { background-color: rgb(171,41,136); }
div.DivClassName
{
background-color: #AB2988;
}
.BgClassName
{
background-color: #AB2988;
}
</style>
border-color css
<style>
span { border-color: #AB2988; }
span { border-color: rgb(171,41,136); }
td.TdClassName
{
border-color: #AB2988;
}
.TagClassName
{
border-color: #AB2988;
}
</style>