Shades of Medium Violet Red #AB0888
Tints of Medium Violet Red #AB0888
RGB
CMYK
RGB Variations
Color information
#AB0888 (or 0xAB0888) is known color: Medium Violet Red. HEX triplet: AB, 08 and 88. RGB value is (171,8,136). Sum of RGB (Red+Green+Blue) = 171+8+136=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0888 is #54F777. Grayscale: #464646. Windows color (decimal): -5568376 or 8915115. OLE color: 8915115.
HSL color Cylindrical-coordinate representation of color #AB0888: hue angle of 312.88º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0888 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 136 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.33 |
| HSL | 312.88º | 0.91% | 0.35% | - |
| HSV(B) | 312.88º | 0.95% | 0.67% | - |
| XYZ | 21.33 | 10.61 | 24.22 | - |
| YUV | 71.33 | 164.5 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 136 | 0 | 0.95 | 0.20 | 0.33 | 312.88 | 0.91 | 0.35 |
| Hex | AB | 8 | 88 | 0 | 5F | 14 | 21 | 139 | 5B | 23 |
| Octal | 253 | 10 | 210 | 0 | 137 | 24 | 41 | 471 | 133 | 43 |
| Binary | 10101011 | 1000 | 10001000 | 0 | 1011111 | 10100 | 100001 | 100111001 | 1011011 | 100011 |
Color Harmonies of #AB0888
Complementary color
Monochromatic Colors of #AB0888
Black with #AB0888
Text Example
Text Example
White with #AB0888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0888; }
p { color: rgb(171,8,136); }
H1.HeaderClassName
{
color: #AB0888;
}
.AnyTagClassName
{
color: #AB0888;
}
</style>
background-color css
<style>
a { background-color: #AB0888; }
a { background-color: rgb(171,8,136); }
div.DivClassName
{
background-color: #AB0888;
}
.BgClassName
{
background-color: #AB0888;
}
</style>
border-color css
<style>
span { border-color: #AB0888; }
span { border-color: rgb(171,8,136); }
td.TdClassName
{
border-color: #AB0888;
}
.TagClassName
{
border-color: #AB0888;
}
</style>