Shades of Medium Red Violet #AB2788
Tints of Medium Red Violet #AB2788
RGB
CMYK
RGB Variations
Color information
#AB2788 (or 0xAB2788) is known color: Medium Red Violet. HEX triplet: AB, 27 and 88. RGB value is (171,39,136). Sum of RGB (Red+Green+Blue) = 171+39+136=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2788 is #54D877. Grayscale: #595959. Windows color (decimal): -5560440 or 8923051. OLE color: 8923051.
HSL color Cylindrical-coordinate representation of color #AB2788: hue angle of 315.91º degrees, saturation: 0.63, 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 #AB2788 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 136 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.33 |
| HSL | 315.91º | 0.63% | 0.41% | - |
| HSV(B) | 315.91º | 0.77% | 0.67% | - |
| XYZ | 21.96 | 11.89 | 24.43 | - |
| YUV | 89.53 | 154.23 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 136 | 0 | 0.77 | 0.20 | 0.33 | 315.91 | 0.63 | 0.41 |
| Hex | AB | 27 | 88 | 0 | 4D | 14 | 21 | 13C | 3F | 29 |
| Octal | 253 | 47 | 210 | 0 | 115 | 24 | 41 | 474 | 77 | 51 |
| Binary | 10101011 | 100111 | 10001000 | 0 | 1001101 | 10100 | 100001 | 100111100 | 111111 | 101001 |
Color Harmonies of #AB2788
Complementary color
Monochromatic Colors of #AB2788
Black with #AB2788
Text Example
Text Example
White with #AB2788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2788; }
p { color: rgb(171,39,136); }
H1.HeaderClassName
{
color: #AB2788;
}
.AnyTagClassName
{
color: #AB2788;
}
</style>
background-color css
<style>
a { background-color: #AB2788; }
a { background-color: rgb(171,39,136); }
div.DivClassName
{
background-color: #AB2788;
}
.BgClassName
{
background-color: #AB2788;
}
</style>
border-color css
<style>
span { border-color: #AB2788; }
span { border-color: rgb(171,39,136); }
td.TdClassName
{
border-color: #AB2788;
}
.TagClassName
{
border-color: #AB2788;
}
</style>