Shades of Medium Violet Red #AB158E
Tints of Medium Violet Red #AB158E
RGB
CMYK
RGB Variations
Color information
#AB158E (or 0xAB158E) is known color: Medium Violet Red. HEX triplet: AB, 15 and 8E. RGB value is (171,21,142). Sum of RGB (Red+Green+Blue) = 171+21+142=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB158E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB158E is #54EA71. Grayscale: #4F4F4F. Windows color (decimal): -5565042 or 9311659. OLE color: 9311659.
HSL color Cylindrical-coordinate representation of color #AB158E: hue angle of 311.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB158E is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 142 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.33 |
| HSL | 311.6º | 0.78% | 0.38% | - |
| HSV(B) | 311.6º | 0.88% | 0.67% | - |
| XYZ | 21.95 | 11.15 | 26.59 | - |
| YUV | 79.64 | 163.2 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 142 | 0 | 0.88 | 0.17 | 0.33 | 311.6 | 0.78 | 0.38 |
| Hex | AB | 15 | 8E | 0 | 58 | 11 | 21 | 138 | 4E | 26 |
| Octal | 253 | 25 | 216 | 0 | 130 | 21 | 41 | 470 | 116 | 46 |
| Binary | 10101011 | 10101 | 10001110 | 0 | 1011000 | 10001 | 100001 | 100111000 | 1001110 | 100110 |
Color Harmonies of #AB158E
Complementary color
Monochromatic Colors of #AB158E
Black with #AB158E
Text Example
Text Example
White with #AB158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB158E; }
p { color: rgb(171,21,142); }
H1.HeaderClassName
{
color: #AB158E;
}
.AnyTagClassName
{
color: #AB158E;
}
</style>
background-color css
<style>
a { background-color: #AB158E; }
a { background-color: rgb(171,21,142); }
div.DivClassName
{
background-color: #AB158E;
}
.BgClassName
{
background-color: #AB158E;
}
</style>
border-color css
<style>
span { border-color: #AB158E; }
span { border-color: rgb(171,21,142); }
td.TdClassName
{
border-color: #AB158E;
}
.TagClassName
{
border-color: #AB158E;
}
</style>