Shades of Medium Violet Red #AB1888
Tints of Medium Violet Red #AB1888
RGB
CMYK
RGB Variations
Color information
#AB1888 (or 0xAB1888) is known color: Medium Violet Red. HEX triplet: AB, 18 and 88. RGB value is (171,24,136). Sum of RGB (Red+Green+Blue) = 171+24+136=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1888 is #54E777. Grayscale: #505050. Windows color (decimal): -5564280 or 8919211. OLE color: 8919211.
HSL color Cylindrical-coordinate representation of color #AB1888: hue angle of 314.29º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1888 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 136 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.33 |
| HSL | 314.29º | 0.75% | 0.38% | - |
| HSV(B) | 314.29º | 0.86% | 0.67% | - |
| XYZ | 21.57 | 11.09 | 24.3 | - |
| YUV | 80.72 | 159.2 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 136 | 0 | 0.86 | 0.20 | 0.33 | 314.29 | 0.75 | 0.38 |
| Hex | AB | 18 | 88 | 0 | 56 | 14 | 21 | 13A | 4B | 26 |
| Octal | 253 | 30 | 210 | 0 | 126 | 24 | 41 | 472 | 113 | 46 |
| Binary | 10101011 | 11000 | 10001000 | 0 | 1010110 | 10100 | 100001 | 100111010 | 1001011 | 100110 |
Color Harmonies of #AB1888
Complementary color
Monochromatic Colors of #AB1888
Black with #AB1888
Text Example
Text Example
White with #AB1888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1888; }
p { color: rgb(171,24,136); }
H1.HeaderClassName
{
color: #AB1888;
}
.AnyTagClassName
{
color: #AB1888;
}
</style>
background-color css
<style>
a { background-color: #AB1888; }
a { background-color: rgb(171,24,136); }
div.DivClassName
{
background-color: #AB1888;
}
.BgClassName
{
background-color: #AB1888;
}
</style>
border-color css
<style>
span { border-color: #AB1888; }
span { border-color: rgb(171,24,136); }
td.TdClassName
{
border-color: #AB1888;
}
.TagClassName
{
border-color: #AB1888;
}
</style>