Shades of Medium Violet Red #AB159A
Tints of Medium Violet Red #AB159A
RGB
CMYK
RGB Variations
Color information
#AB159A (or 0xAB159A) is known color: Medium Violet Red. HEX triplet: AB, 15 and 9A. RGB value is (171,21,154). Sum of RGB (Red+Green+Blue) = 171+21+154=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB159A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB159A is #54EA65. Grayscale: #505050. Windows color (decimal): -5565030 or 10098091. OLE color: 10098091.
HSL color Cylindrical-coordinate representation of color #AB159A: hue angle of 306.8º 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 #AB159A is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 154 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.33 |
| HSL | 306.8º | 0.78% | 0.38% | - |
| HSV(B) | 306.8º | 0.88% | 0.67% | - |
| XYZ | 22.9 | 11.53 | 31.59 | - |
| YUV | 81.01 | 169.2 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 154 | 0 | 0.88 | 0.10 | 0.33 | 306.8 | 0.78 | 0.38 |
| Hex | AB | 15 | 9A | 0 | 58 | A | 21 | 133 | 4E | 26 |
| Octal | 253 | 25 | 232 | 0 | 130 | 12 | 41 | 463 | 116 | 46 |
| Binary | 10101011 | 10101 | 10011010 | 0 | 1011000 | 1010 | 100001 | 100110011 | 1001110 | 100110 |
Color Harmonies of #AB159A
Complementary color
Monochromatic Colors of #AB159A
Black with #AB159A
Text Example
Text Example
White with #AB159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB159A; }
p { color: rgb(171,21,154); }
H1.HeaderClassName
{
color: #AB159A;
}
.AnyTagClassName
{
color: #AB159A;
}
</style>
background-color css
<style>
a { background-color: #AB159A; }
a { background-color: rgb(171,21,154); }
div.DivClassName
{
background-color: #AB159A;
}
.BgClassName
{
background-color: #AB159A;
}
</style>
border-color css
<style>
span { border-color: #AB159A; }
span { border-color: rgb(171,21,154); }
td.TdClassName
{
border-color: #AB159A;
}
.TagClassName
{
border-color: #AB159A;
}
</style>