Shades of Medium Red Violet #AB2977
Tints of Medium Red Violet #AB2977
RGB
CMYK
RGB Variations
Color information
#AB2977 (or 0xAB2977) is known color: Medium Red Violet. HEX triplet: AB, 29 and 77. RGB value is (171,41,119). Sum of RGB (Red+Green+Blue) = 171+41+119=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2977 is #54D688. Grayscale: #585858. Windows color (decimal): -5559945 or 7809451. OLE color: 7809451.
HSL color Cylindrical-coordinate representation of color #AB2977: hue angle of 324º 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 #AB2977 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 119 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.33 |
| HSL | 324º | 0.61% | 0.42% | - |
| HSV(B) | 324º | 0.76% | 0.67% | - |
| XYZ | 20.92 | 11.58 | 18.58 | - |
| YUV | 88.76 | 145.07 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 119 | 0 | 0.76 | 0.30 | 0.33 | 324 | 0.61 | 0.42 |
| Hex | AB | 29 | 77 | 0 | 4C | 1E | 21 | 144 | 3D | 2A |
| Octal | 253 | 51 | 167 | 0 | 114 | 36 | 41 | 504 | 75 | 52 |
| Binary | 10101011 | 101001 | 1110111 | 0 | 1001100 | 11110 | 100001 | 101000100 | 111101 | 101010 |
Color Harmonies of #AB2977
Complementary color
Monochromatic Colors of #AB2977
Black with #AB2977
Text Example
Text Example
White with #AB2977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2977; }
p { color: rgb(171,41,119); }
H1.HeaderClassName
{
color: #AB2977;
}
.AnyTagClassName
{
color: #AB2977;
}
</style>
background-color css
<style>
a { background-color: #AB2977; }
a { background-color: rgb(171,41,119); }
div.DivClassName
{
background-color: #AB2977;
}
.BgClassName
{
background-color: #AB2977;
}
</style>
border-color css
<style>
span { border-color: #AB2977; }
span { border-color: rgb(171,41,119); }
td.TdClassName
{
border-color: #AB2977;
}
.TagClassName
{
border-color: #AB2977;
}
</style>