Shades of Medium Red Violet #AB288E
Tints of Medium Red Violet #AB288E
RGB
CMYK
RGB Variations
Color information
#AB288E (or 0xAB288E) is known color: Medium Red Violet. HEX triplet: AB, 28 and 8E. RGB value is (171,40,142). Sum of RGB (Red+Green+Blue) = 171+40+142=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 40 (16.02% from 255 or 11.33% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB288E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB288E is #54D771. Grayscale: #5A5A5A. Windows color (decimal): -5560178 or 9316523. OLE color: 9316523.
HSL color Cylindrical-coordinate representation of color #AB288E: hue angle of 313.28º 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 #AB288E is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 142 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.33 |
| HSL | 313.28º | 0.62% | 0.41% | - |
| HSV(B) | 313.28º | 0.77% | 0.67% | - |
| XYZ | 22.44 | 12.13 | 26.75 | - |
| YUV | 90.8 | 156.9 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 142 | 0 | 0.77 | 0.17 | 0.33 | 313.28 | 0.62 | 0.41 |
| Hex | AB | 28 | 8E | 0 | 4D | 11 | 21 | 139 | 3E | 29 |
| Octal | 253 | 50 | 216 | 0 | 115 | 21 | 41 | 471 | 76 | 51 |
| Binary | 10101011 | 101000 | 10001110 | 0 | 1001101 | 10001 | 100001 | 100111001 | 111110 | 101001 |
Color Harmonies of #AB288E
Complementary color
Monochromatic Colors of #AB288E
Black with #AB288E
Text Example
Text Example
White with #AB288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB288E; }
p { color: rgb(171,40,142); }
H1.HeaderClassName
{
color: #AB288E;
}
.AnyTagClassName
{
color: #AB288E;
}
</style>
background-color css
<style>
a { background-color: #AB288E; }
a { background-color: rgb(171,40,142); }
div.DivClassName
{
background-color: #AB288E;
}
.BgClassName
{
background-color: #AB288E;
}
</style>
border-color css
<style>
span { border-color: #AB288E; }
span { border-color: rgb(171,40,142); }
td.TdClassName
{
border-color: #AB288E;
}
.TagClassName
{
border-color: #AB288E;
}
</style>