Shades of Medium Violet Red #AB158D
Tints of Medium Violet Red #AB158D
RGB
CMYK
RGB Variations
Color information
#AB158D (or 0xAB158D) is known color: Medium Violet Red. HEX triplet: AB, 15 and 8D. RGB value is (171,21,141). Sum of RGB (Red+Green+Blue) = 171+21+141=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB158D is #54EA72. Grayscale: #4F4F4F. Windows color (decimal): -5565043 or 9246123. OLE color: 9246123.
HSL color Cylindrical-coordinate representation of color #AB158D: hue angle of 312º 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 #AB158D is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 141 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.33 |
| HSL | 312º | 0.78% | 0.38% | - |
| HSV(B) | 312º | 0.88% | 0.67% | - |
| XYZ | 21.87 | 11.12 | 26.19 | - |
| YUV | 79.53 | 162.7 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 141 | 0 | 0.88 | 0.18 | 0.33 | 312 | 0.78 | 0.38 |
| Hex | AB | 15 | 8D | 0 | 58 | 12 | 21 | 138 | 4E | 26 |
| Octal | 253 | 25 | 215 | 0 | 130 | 22 | 41 | 470 | 116 | 46 |
| Binary | 10101011 | 10101 | 10001101 | 0 | 1011000 | 10010 | 100001 | 100111000 | 1001110 | 100110 |
Color Harmonies of #AB158D
Complementary color
Monochromatic Colors of #AB158D
Black with #AB158D
Text Example
Text Example
White with #AB158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB158D; }
p { color: rgb(171,21,141); }
H1.HeaderClassName
{
color: #AB158D;
}
.AnyTagClassName
{
color: #AB158D;
}
</style>
background-color css
<style>
a { background-color: #AB158D; }
a { background-color: rgb(171,21,141); }
div.DivClassName
{
background-color: #AB158D;
}
.BgClassName
{
background-color: #AB158D;
}
</style>
border-color css
<style>
span { border-color: #AB158D; }
span { border-color: rgb(171,21,141); }
td.TdClassName
{
border-color: #AB158D;
}
.TagClassName
{
border-color: #AB158D;
}
</style>