Shades of Medium Violet Red #AB1286
Tints of Medium Violet Red #AB1286
RGB
CMYK
RGB Variations
Color information
#AB1286 (or 0xAB1286) is known color: Medium Violet Red. HEX triplet: AB, 12 and 86. RGB value is (171,18,134). Sum of RGB (Red+Green+Blue) = 171+18+134=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1286 is #54ED79. Grayscale: #4C4C4C. Windows color (decimal): -5565818 or 8786603. OLE color: 8786603.
HSL color Cylindrical-coordinate representation of color #AB1286: hue angle of 314.51º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1286 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 134 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.33 |
| HSL | 314.51º | 0.81% | 0.37% | - |
| HSV(B) | 314.51º | 0.89% | 0.67% | - |
| XYZ | 21.31 | 10.81 | 23.52 | - |
| YUV | 76.97 | 160.19 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 134 | 0 | 0.89 | 0.22 | 0.33 | 314.51 | 0.81 | 0.37 |
| Hex | AB | 12 | 86 | 0 | 59 | 16 | 21 | 13B | 51 | 25 |
| Octal | 253 | 22 | 206 | 0 | 131 | 26 | 41 | 473 | 121 | 45 |
| Binary | 10101011 | 10010 | 10000110 | 0 | 1011001 | 10110 | 100001 | 100111011 | 1010001 | 100101 |
Color Harmonies of #AB1286
Complementary color
Monochromatic Colors of #AB1286
Black with #AB1286
Text Example
Text Example
White with #AB1286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1286; }
p { color: rgb(171,18,134); }
H1.HeaderClassName
{
color: #AB1286;
}
.AnyTagClassName
{
color: #AB1286;
}
</style>
background-color css
<style>
a { background-color: #AB1286; }
a { background-color: rgb(171,18,134); }
div.DivClassName
{
background-color: #AB1286;
}
.BgClassName
{
background-color: #AB1286;
}
</style>
border-color css
<style>
span { border-color: #AB1286; }
span { border-color: rgb(171,18,134); }
td.TdClassName
{
border-color: #AB1286;
}
.TagClassName
{
border-color: #AB1286;
}
</style>