Shades of Medium Violet Red #AB0889
Tints of Medium Violet Red #AB0889
RGB
CMYK
RGB Variations
Color information
#AB0889 (or 0xAB0889) is known color: Medium Violet Red. HEX triplet: AB, 08 and 89. RGB value is (171,8,137). Sum of RGB (Red+Green+Blue) = 171+8+137=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0889 is #54F776. Grayscale: #474747. Windows color (decimal): -5568375 or 8980651. OLE color: 8980651.
HSL color Cylindrical-coordinate representation of color #AB0889: hue angle of 312.52º 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 #AB0889 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 137 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.33 |
| HSL | 312.52º | 0.91% | 0.35% | - |
| HSV(B) | 312.52º | 0.95% | 0.67% | - |
| XYZ | 21.4 | 10.64 | 24.59 | - |
| YUV | 71.44 | 165 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 137 | 0 | 0.95 | 0.20 | 0.33 | 312.52 | 0.91 | 0.35 |
| Hex | AB | 8 | 89 | 0 | 5F | 14 | 21 | 139 | 5B | 23 |
| Octal | 253 | 10 | 211 | 0 | 137 | 24 | 41 | 471 | 133 | 43 |
| Binary | 10101011 | 1000 | 10001001 | 0 | 1011111 | 10100 | 100001 | 100111001 | 1011011 | 100011 |
Color Harmonies of #AB0889
Complementary color
Monochromatic Colors of #AB0889
Black with #AB0889
Text Example
Text Example
White with #AB0889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0889; }
p { color: rgb(171,8,137); }
H1.HeaderClassName
{
color: #AB0889;
}
.AnyTagClassName
{
color: #AB0889;
}
</style>
background-color css
<style>
a { background-color: #AB0889; }
a { background-color: rgb(171,8,137); }
div.DivClassName
{
background-color: #AB0889;
}
.BgClassName
{
background-color: #AB0889;
}
</style>
border-color css
<style>
span { border-color: #AB0889; }
span { border-color: rgb(171,8,137); }
td.TdClassName
{
border-color: #AB0889;
}
.TagClassName
{
border-color: #AB0889;
}
</style>