Shades of Medium Violet Red #AB0789
Tints of Medium Violet Red #AB0789
RGB
CMYK
RGB Variations
Color information
#AB0789 (or 0xAB0789) is known color: Medium Violet Red. HEX triplet: AB, 07 and 89. RGB value is (171,7,137). Sum of RGB (Red+Green+Blue) = 171+7+137=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0789 is #54F876. Grayscale: #464646. Windows color (decimal): -5568631 or 8980395. OLE color: 8980395.
HSL color Cylindrical-coordinate representation of color #AB0789: hue angle of 312.44º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0789 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 137 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.33 |
| HSL | 312.44º | 0.92% | 0.35% | - |
| HSV(B) | 312.44º | 0.96% | 0.67% | - |
| XYZ | 21.39 | 10.62 | 24.59 | - |
| YUV | 70.86 | 165.33 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 137 | 0 | 0.96 | 0.20 | 0.33 | 312.44 | 0.92 | 0.35 |
| Hex | AB | 7 | 89 | 0 | 60 | 14 | 21 | 138 | 5C | 23 |
| Octal | 253 | 7 | 211 | 0 | 140 | 24 | 41 | 470 | 134 | 43 |
| Binary | 10101011 | 111 | 10001001 | 0 | 1100000 | 10100 | 100001 | 100111000 | 1011100 | 100011 |
Color Harmonies of #AB0789
Complementary color
Monochromatic Colors of #AB0789
Black with #AB0789
Text Example
Text Example
White with #AB0789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0789; }
p { color: rgb(171,7,137); }
H1.HeaderClassName
{
color: #AB0789;
}
.AnyTagClassName
{
color: #AB0789;
}
</style>
background-color css
<style>
a { background-color: #AB0789; }
a { background-color: rgb(171,7,137); }
div.DivClassName
{
background-color: #AB0789;
}
.BgClassName
{
background-color: #AB0789;
}
</style>
border-color css
<style>
span { border-color: #AB0789; }
span { border-color: rgb(171,7,137); }
td.TdClassName
{
border-color: #AB0789;
}
.TagClassName
{
border-color: #AB0789;
}
</style>