Shades of Medium Violet Red #AB0286
Tints of Medium Violet Red #AB0286
RGB
CMYK
RGB Variations
Color information
#AB0286 (or 0xAB0286) is known color: Medium Violet Red. HEX triplet: AB, 02 and 86. RGB value is (171,2,134). Sum of RGB (Red+Green+Blue) = 171+2+134=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0286 is #54FD79. Grayscale: #434343. Windows color (decimal): -5569914 or 8782507. OLE color: 8782507.
HSL color Cylindrical-coordinate representation of color #AB0286: hue angle of 313.14º degrees, saturation: 0.98, 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 #AB0286 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 2 | 134 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.33 |
| HSL | 313.14º | 0.98% | 0.34% | - |
| HSV(B) | 313.14º | 0.99% | 0.67% | - |
| XYZ | 21.12 | 10.42 | 23.45 | - |
| YUV | 67.58 | 165.49 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 134 | 0 | 0.99 | 0.22 | 0.33 | 313.14 | 0.98 | 0.34 |
| Hex | AB | 2 | 86 | 0 | 63 | 16 | 21 | 139 | 62 | 22 |
| Octal | 253 | 2 | 206 | 0 | 143 | 26 | 41 | 471 | 142 | 42 |
| Binary | 10101011 | 10 | 10000110 | 0 | 1100011 | 10110 | 100001 | 100111001 | 1100010 | 100010 |
Color Harmonies of #AB0286
Complementary color
Monochromatic Colors of #AB0286
Black with #AB0286
Text Example
Text Example
White with #AB0286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0286; }
p { color: rgb(171,2,134); }
H1.HeaderClassName
{
color: #AB0286;
}
.AnyTagClassName
{
color: #AB0286;
}
</style>
background-color css
<style>
a { background-color: #AB0286; }
a { background-color: rgb(171,2,134); }
div.DivClassName
{
background-color: #AB0286;
}
.BgClassName
{
background-color: #AB0286;
}
</style>
border-color css
<style>
span { border-color: #AB0286; }
span { border-color: rgb(171,2,134); }
td.TdClassName
{
border-color: #AB0286;
}
.TagClassName
{
border-color: #AB0286;
}
</style>