Shades of Medium Red Violet #AB287E
Tints of Medium Red Violet #AB287E
RGB
CMYK
RGB Variations
Color information
#AB287E (or 0xAB287E) is known color: Medium Red Violet. HEX triplet: AB, 28 and 7E. RGB value is (171,40,126). Sum of RGB (Red+Green+Blue) = 171+40+126=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB287E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB287E is #54D781. Grayscale: #585858. Windows color (decimal): -5560194 or 8267947. OLE color: 8267947.
HSL color Cylindrical-coordinate representation of color #AB287E: hue angle of 320.61º 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 #AB287E is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 126 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.33 |
| HSL | 320.61º | 0.62% | 0.41% | - |
| HSV(B) | 320.61º | 0.77% | 0.67% | - |
| XYZ | 21.32 | 11.68 | 20.87 | - |
| YUV | 88.97 | 148.9 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 126 | 0 | 0.77 | 0.26 | 0.33 | 320.61 | 0.62 | 0.41 |
| Hex | AB | 28 | 7E | 0 | 4D | 1A | 21 | 141 | 3E | 29 |
| Octal | 253 | 50 | 176 | 0 | 115 | 32 | 41 | 501 | 76 | 51 |
| Binary | 10101011 | 101000 | 1111110 | 0 | 1001101 | 11010 | 100001 | 101000001 | 111110 | 101001 |
Color Harmonies of #AB287E
Complementary color
Monochromatic Colors of #AB287E
Black with #AB287E
Text Example
Text Example
White with #AB287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB287E; }
p { color: rgb(171,40,126); }
H1.HeaderClassName
{
color: #AB287E;
}
.AnyTagClassName
{
color: #AB287E;
}
</style>
background-color css
<style>
a { background-color: #AB287E; }
a { background-color: rgb(171,40,126); }
div.DivClassName
{
background-color: #AB287E;
}
.BgClassName
{
background-color: #AB287E;
}
</style>
border-color css
<style>
span { border-color: #AB287E; }
span { border-color: rgb(171,40,126); }
td.TdClassName
{
border-color: #AB287E;
}
.TagClassName
{
border-color: #AB287E;
}
</style>