Shades of Medium Violet Red #AB0786
Tints of Medium Violet Red #AB0786
RGB
CMYK
RGB Variations
Color information
#AB0786 (or 0xAB0786) is known color: Medium Violet Red. HEX triplet: AB, 07 and 86. RGB value is (171,7,134). Sum of RGB (Red+Green+Blue) = 171+7+134=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0786 is #54F879. Grayscale: #464646. Windows color (decimal): -5568634 or 8783787. OLE color: 8783787.
HSL color Cylindrical-coordinate representation of color #AB0786: hue angle of 313.54º 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 #AB0786 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 7 | 134 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.33 |
| HSL | 313.54º | 0.92% | 0.35% | - |
| HSV(B) | 313.54º | 0.96% | 0.67% | - |
| XYZ | 21.17 | 10.53 | 23.47 | - |
| YUV | 70.51 | 163.83 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 134 | 0 | 0.96 | 0.22 | 0.33 | 313.54 | 0.92 | 0.35 |
| Hex | AB | 7 | 86 | 0 | 60 | 16 | 21 | 13A | 5C | 23 |
| Octal | 253 | 7 | 206 | 0 | 140 | 26 | 41 | 472 | 134 | 43 |
| Binary | 10101011 | 111 | 10000110 | 0 | 1100000 | 10110 | 100001 | 100111010 | 1011100 | 100011 |
Color Harmonies of #AB0786
Complementary color
Monochromatic Colors of #AB0786
Black with #AB0786
Text Example
Text Example
White with #AB0786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0786; }
p { color: rgb(171,7,134); }
H1.HeaderClassName
{
color: #AB0786;
}
.AnyTagClassName
{
color: #AB0786;
}
</style>
background-color css
<style>
a { background-color: #AB0786; }
a { background-color: rgb(171,7,134); }
div.DivClassName
{
background-color: #AB0786;
}
.BgClassName
{
background-color: #AB0786;
}
</style>
border-color css
<style>
span { border-color: #AB0786; }
span { border-color: rgb(171,7,134); }
td.TdClassName
{
border-color: #AB0786;
}
.TagClassName
{
border-color: #AB0786;
}
</style>