Shades of Medium Red Violet #AB2979
Tints of Medium Red Violet #AB2979
RGB
CMYK
RGB Variations
Color information
#AB2979 (or 0xAB2979) is known color: Medium Red Violet. HEX triplet: AB, 29 and 79. RGB value is (171,41,121). Sum of RGB (Red+Green+Blue) = 171+41+121=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2979 is #54D686. Grayscale: #585858. Windows color (decimal): -5559943 or 7940523. OLE color: 7940523.
HSL color Cylindrical-coordinate representation of color #AB2979: hue angle of 323.08º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2979 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 121 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.33 |
| HSL | 323.08º | 0.61% | 0.42% | - |
| HSV(B) | 323.08º | 0.76% | 0.67% | - |
| XYZ | 21.04 | 11.62 | 19.22 | - |
| YUV | 88.99 | 146.07 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 121 | 0 | 0.76 | 0.29 | 0.33 | 323.08 | 0.61 | 0.42 |
| Hex | AB | 29 | 79 | 0 | 4C | 1D | 21 | 143 | 3D | 2A |
| Octal | 253 | 51 | 171 | 0 | 114 | 35 | 41 | 503 | 75 | 52 |
| Binary | 10101011 | 101001 | 1111001 | 0 | 1001100 | 11101 | 100001 | 101000011 | 111101 | 101010 |
Color Harmonies of #AB2979
Complementary color
Monochromatic Colors of #AB2979
Black with #AB2979
Text Example
Text Example
White with #AB2979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2979; }
p { color: rgb(171,41,121); }
H1.HeaderClassName
{
color: #AB2979;
}
.AnyTagClassName
{
color: #AB2979;
}
</style>
background-color css
<style>
a { background-color: #AB2979; }
a { background-color: rgb(171,41,121); }
div.DivClassName
{
background-color: #AB2979;
}
.BgClassName
{
background-color: #AB2979;
}
</style>
border-color css
<style>
span { border-color: #AB2979; }
span { border-color: rgb(171,41,121); }
td.TdClassName
{
border-color: #AB2979;
}
.TagClassName
{
border-color: #AB2979;
}
</style>