Shades of Medium Red Violet #AB287C
Tints of Medium Red Violet #AB287C
RGB
CMYK
RGB Variations
Color information
#AB287C (or 0xAB287C) is known color: Medium Red Violet. HEX triplet: AB, 28 and 7C. RGB value is (171,40,124). Sum of RGB (Red+Green+Blue) = 171+40+124=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB287C is #54D783. Grayscale: #585858. Windows color (decimal): -5560196 or 8136875. OLE color: 8136875.
HSL color Cylindrical-coordinate representation of color #AB287C: hue angle of 321.53º 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 #AB287C is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 124 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.33 |
| HSL | 321.53º | 0.62% | 0.41% | - |
| HSV(B) | 321.53º | 0.77% | 0.67% | - |
| XYZ | 21.19 | 11.63 | 20.2 | - |
| YUV | 88.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 124 | 0 | 0.77 | 0.27 | 0.33 | 321.53 | 0.62 | 0.41 |
| Hex | AB | 28 | 7C | 0 | 4D | 1B | 21 | 142 | 3E | 29 |
| Octal | 253 | 50 | 174 | 0 | 115 | 33 | 41 | 502 | 76 | 51 |
| Binary | 10101011 | 101000 | 1111100 | 0 | 1001101 | 11011 | 100001 | 101000010 | 111110 | 101001 |
Color Harmonies of #AB287C
Complementary color
Monochromatic Colors of #AB287C
Black with #AB287C
Text Example
Text Example
White with #AB287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB287C; }
p { color: rgb(171,40,124); }
H1.HeaderClassName
{
color: #AB287C;
}
.AnyTagClassName
{
color: #AB287C;
}
</style>
background-color css
<style>
a { background-color: #AB287C; }
a { background-color: rgb(171,40,124); }
div.DivClassName
{
background-color: #AB287C;
}
.BgClassName
{
background-color: #AB287C;
}
</style>
border-color css
<style>
span { border-color: #AB287C; }
span { border-color: rgb(171,40,124); }
td.TdClassName
{
border-color: #AB287C;
}
.TagClassName
{
border-color: #AB287C;
}
</style>