Shades of Medium Red Violet #AB2088
Tints of Medium Red Violet #AB2088
RGB
CMYK
RGB Variations
Color information
#AB2088 (or 0xAB2088) is known color: Medium Red Violet. HEX triplet: AB, 20 and 88. RGB value is (171,32,136). Sum of RGB (Red+Green+Blue) = 171+32+136=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2088 is #54DF77. Grayscale: #555555. Windows color (decimal): -5562232 or 8921259. OLE color: 8921259.
HSL color Cylindrical-coordinate representation of color #AB2088: hue angle of 315.11º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2088 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 32 | 136 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.33 |
| HSL | 315.11º | 0.68% | 0.4% | - |
| HSV(B) | 315.11º | 0.81% | 0.67% | - |
| XYZ | 21.76 | 11.47 | 24.36 | - |
| YUV | 85.42 | 156.55 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 136 | 0 | 0.81 | 0.20 | 0.33 | 315.11 | 0.68 | 0.4 |
| Hex | AB | 20 | 88 | 0 | 51 | 14 | 21 | 13B | 44 | 28 |
| Octal | 253 | 40 | 210 | 0 | 121 | 24 | 41 | 473 | 104 | 50 |
| Binary | 10101011 | 100000 | 10001000 | 0 | 1010001 | 10100 | 100001 | 100111011 | 1000100 | 101000 |
Color Harmonies of #AB2088
Complementary color
Monochromatic Colors of #AB2088
Black with #AB2088
Text Example
Text Example
White with #AB2088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2088; }
p { color: rgb(171,32,136); }
H1.HeaderClassName
{
color: #AB2088;
}
.AnyTagClassName
{
color: #AB2088;
}
</style>
background-color css
<style>
a { background-color: #AB2088; }
a { background-color: rgb(171,32,136); }
div.DivClassName
{
background-color: #AB2088;
}
.BgClassName
{
background-color: #AB2088;
}
</style>
border-color css
<style>
span { border-color: #AB2088; }
span { border-color: rgb(171,32,136); }
td.TdClassName
{
border-color: #AB2088;
}
.TagClassName
{
border-color: #AB2088;
}
</style>