Shades of Medium Violet Red #AB1086
Tints of Medium Violet Red #AB1086
RGB
CMYK
RGB Variations
Color information
#AB1086 (or 0xAB1086) is known color: Medium Violet Red. HEX triplet: AB, 10 and 86. RGB value is (171,16,134). Sum of RGB (Red+Green+Blue) = 171+16+134=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1086 is #54EF79. Grayscale: #4B4B4B. Windows color (decimal): -5566330 or 8786091. OLE color: 8786091.
HSL color Cylindrical-coordinate representation of color #AB1086: hue angle of 314.32º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB1086 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 16 | 134 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.33 |
| HSL | 314.32º | 0.83% | 0.37% | - |
| HSV(B) | 314.32º | 0.91% | 0.67% | - |
| XYZ | 21.28 | 10.75 | 23.51 | - |
| YUV | 75.8 | 160.85 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 16 | 134 | 0 | 0.91 | 0.22 | 0.33 | 314.32 | 0.83 | 0.37 |
| Hex | AB | 10 | 86 | 0 | 5B | 16 | 21 | 13A | 53 | 25 |
| Octal | 253 | 20 | 206 | 0 | 133 | 26 | 41 | 472 | 123 | 45 |
| Binary | 10101011 | 10000 | 10000110 | 0 | 1011011 | 10110 | 100001 | 100111010 | 1010011 | 100101 |
Color Harmonies of #AB1086
Complementary color
Monochromatic Colors of #AB1086
Black with #AB1086
Text Example
Text Example
White with #AB1086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1086; }
p { color: rgb(171,16,134); }
H1.HeaderClassName
{
color: #AB1086;
}
.AnyTagClassName
{
color: #AB1086;
}
</style>
background-color css
<style>
a { background-color: #AB1086; }
a { background-color: rgb(171,16,134); }
div.DivClassName
{
background-color: #AB1086;
}
.BgClassName
{
background-color: #AB1086;
}
</style>
border-color css
<style>
span { border-color: #AB1086; }
span { border-color: rgb(171,16,134); }
td.TdClassName
{
border-color: #AB1086;
}
.TagClassName
{
border-color: #AB1086;
}
</style>