Shades of Medium Violet Red #AB1579
Tints of Medium Violet Red #AB1579
RGB
CMYK
RGB Variations
Color information
#AB1579 (or 0xAB1579) is known color: Medium Violet Red. HEX triplet: AB, 15 and 79. RGB value is (171,21,121). Sum of RGB (Red+Green+Blue) = 171+21+121=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1579 is #54EA86. Grayscale: #4D4D4D. Windows color (decimal): -5565063 or 7935403. OLE color: 7935403.
HSL color Cylindrical-coordinate representation of color #AB1579: hue angle of 320º 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 #AB1579 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 121 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.33 |
| HSL | 320º | 0.78% | 0.38% | - |
| HSV(B) | 320º | 0.88% | 0.67% | - |
| XYZ | 20.51 | 10.57 | 19.05 | - |
| YUV | 77.25 | 152.7 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 121 | 0 | 0.88 | 0.29 | 0.33 | 320 | 0.78 | 0.38 |
| Hex | AB | 15 | 79 | 0 | 58 | 1D | 21 | 140 | 4E | 26 |
| Octal | 253 | 25 | 171 | 0 | 130 | 35 | 41 | 500 | 116 | 46 |
| Binary | 10101011 | 10101 | 1111001 | 0 | 1011000 | 11101 | 100001 | 101000000 | 1001110 | 100110 |
Color Harmonies of #AB1579
Complementary color
Monochromatic Colors of #AB1579
Black with #AB1579
Text Example
Text Example
White with #AB1579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1579; }
p { color: rgb(171,21,121); }
H1.HeaderClassName
{
color: #AB1579;
}
.AnyTagClassName
{
color: #AB1579;
}
</style>
background-color css
<style>
a { background-color: #AB1579; }
a { background-color: rgb(171,21,121); }
div.DivClassName
{
background-color: #AB1579;
}
.BgClassName
{
background-color: #AB1579;
}
</style>
border-color css
<style>
span { border-color: #AB1579; }
span { border-color: rgb(171,21,121); }
td.TdClassName
{
border-color: #AB1579;
}
.TagClassName
{
border-color: #AB1579;
}
</style>