Shades of Medium Red Violet #AB2986
Tints of Medium Red Violet #AB2986
RGB
CMYK
RGB Variations
Color information
#AB2986 (or 0xAB2986) is known color: Medium Red Violet. HEX triplet: AB, 29 and 86. RGB value is (171,41,134). Sum of RGB (Red+Green+Blue) = 171+41+134=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2986 is #54D679. Grayscale: #5A5A5A. Windows color (decimal): -5559930 or 8792491. OLE color: 8792491.
HSL color Cylindrical-coordinate representation of color #AB2986: hue angle of 317.08º 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 #AB2986 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 134 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.33 |
| HSL | 317.08º | 0.61% | 0.42% | - |
| HSV(B) | 317.08º | 0.76% | 0.67% | - |
| XYZ | 21.89 | 11.97 | 23.71 | - |
| YUV | 90.47 | 152.57 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 134 | 0 | 0.76 | 0.22 | 0.33 | 317.08 | 0.61 | 0.42 |
| Hex | AB | 29 | 86 | 0 | 4C | 16 | 21 | 13D | 3D | 2A |
| Octal | 253 | 51 | 206 | 0 | 114 | 26 | 41 | 475 | 75 | 52 |
| Binary | 10101011 | 101001 | 10000110 | 0 | 1001100 | 10110 | 100001 | 100111101 | 111101 | 101010 |
Color Harmonies of #AB2986
Complementary color
Monochromatic Colors of #AB2986
Black with #AB2986
Text Example
Text Example
White with #AB2986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2986; }
p { color: rgb(171,41,134); }
H1.HeaderClassName
{
color: #AB2986;
}
.AnyTagClassName
{
color: #AB2986;
}
</style>
background-color css
<style>
a { background-color: #AB2986; }
a { background-color: rgb(171,41,134); }
div.DivClassName
{
background-color: #AB2986;
}
.BgClassName
{
background-color: #AB2986;
}
</style>
border-color css
<style>
span { border-color: #AB2986; }
span { border-color: rgb(171,41,134); }
td.TdClassName
{
border-color: #AB2986;
}
.TagClassName
{
border-color: #AB2986;
}
</style>