Shades of Medium Red Violet #AB4088
Tints of Medium Red Violet #AB4088
RGB
CMYK
RGB Variations
Color information
#AB4088 (or 0xAB4088) is known color: Medium Red Violet. HEX triplet: AB, 40 and 88. RGB value is (171,64,136). Sum of RGB (Red+Green+Blue) = 171+64+136=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4088 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4088 is #54BF77. Grayscale: #686868. Windows color (decimal): -5554040 or 8929451. OLE color: 8929451.
HSL color Cylindrical-coordinate representation of color #AB4088: hue angle of 319.63º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB4088 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 136 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.33 |
| HSL | 319.63º | 0.46% | 0.46% | - |
| HSV(B) | 319.63º | 0.63% | 0.67% | - |
| XYZ | 23.07 | 14.1 | 24.8 | - |
| YUV | 104.2 | 145.95 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 136 | 0 | 0.63 | 0.20 | 0.33 | 319.63 | 0.46 | 0.46 |
| Hex | AB | 40 | 88 | 0 | 3F | 14 | 21 | 140 | 2E | 2E |
| Octal | 253 | 100 | 210 | 0 | 77 | 24 | 41 | 500 | 56 | 56 |
| Binary | 10101011 | 1000000 | 10001000 | 0 | 111111 | 10100 | 100001 | 101000000 | 101110 | 101110 |
Color Harmonies of #AB4088
Complementary color
Monochromatic Colors of #AB4088
Black with #AB4088
Text Example
Text Example
White with #AB4088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4088; }
p { color: rgb(171,64,136); }
H1.HeaderClassName
{
color: #AB4088;
}
.AnyTagClassName
{
color: #AB4088;
}
</style>
background-color css
<style>
a { background-color: #AB4088; }
a { background-color: rgb(171,64,136); }
div.DivClassName
{
background-color: #AB4088;
}
.BgClassName
{
background-color: #AB4088;
}
</style>
border-color css
<style>
span { border-color: #AB4088; }
span { border-color: rgb(171,64,136); }
td.TdClassName
{
border-color: #AB4088;
}
.TagClassName
{
border-color: #AB4088;
}
</style>