Shades of Medium Violet Red #AB0186
Tints of Medium Violet Red #AB0186
RGB
CMYK
RGB Variations
Color information
#AB0186 (or 0xAB0186) is known color: Medium Violet Red. HEX triplet: AB, 01 and 86. RGB value is (171,1,134). Sum of RGB (Red+Green+Blue) = 171+1+134=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0186 is #54FE79. Grayscale: #424242. Windows color (decimal): -5570170 or 8782251. OLE color: 8782251.
HSL color Cylindrical-coordinate representation of color #AB0186: hue angle of 313.06º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0186 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 134 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.33 |
| HSL | 313.06º | 0.99% | 0.34% | - |
| HSV(B) | 313.06º | 0.99% | 0.67% | - |
| XYZ | 21.11 | 10.4 | 23.45 | - |
| YUV | 66.99 | 165.82 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 134 | 0 | 0.99 | 0.22 | 0.33 | 313.06 | 0.99 | 0.34 |
| Hex | AB | 1 | 86 | 0 | 63 | 16 | 21 | 139 | 63 | 22 |
| Octal | 253 | 1 | 206 | 0 | 143 | 26 | 41 | 471 | 143 | 42 |
| Binary | 10101011 | 1 | 10000110 | 0 | 1100011 | 10110 | 100001 | 100111001 | 1100011 | 100010 |
Color Harmonies of #AB0186
Complementary color
Monochromatic Colors of #AB0186
Black with #AB0186
Text Example
Text Example
White with #AB0186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0186; }
p { color: rgb(171,1,134); }
H1.HeaderClassName
{
color: #AB0186;
}
.AnyTagClassName
{
color: #AB0186;
}
</style>
background-color css
<style>
a { background-color: #AB0186; }
a { background-color: rgb(171,1,134); }
div.DivClassName
{
background-color: #AB0186;
}
.BgClassName
{
background-color: #AB0186;
}
</style>
border-color css
<style>
span { border-color: #AB0186; }
span { border-color: rgb(171,1,134); }
td.TdClassName
{
border-color: #AB0186;
}
.TagClassName
{
border-color: #AB0186;
}
</style>