Shades of Medium Red Violet #AB297E
Tints of Medium Red Violet #AB297E
RGB
CMYK
RGB Variations
Color information
#AB297E (or 0xAB297E) is known color: Medium Red Violet. HEX triplet: AB, 29 and 7E. RGB value is (171,41,126). Sum of RGB (Red+Green+Blue) = 171+41+126=338 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.59% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 171 - color contains mainly: red. Hex color #AB297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB297E is #54D681. Grayscale: #595959. Windows color (decimal): -5559938 or 8268203. OLE color: 8268203.
HSL color Cylindrical-coordinate representation of color #AB297E: hue angle of 320.77º 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 #AB297E is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 126 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.33 |
| HSL | 320.77º | 0.61% | 0.42% | - |
| HSV(B) | 320.77º | 0.76% | 0.67% | - |
| XYZ | 21.35 | 11.75 | 20.88 | - |
| YUV | 89.56 | 148.57 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 126 | 0 | 0.76 | 0.26 | 0.33 | 320.77 | 0.61 | 0.42 |
| Hex | AB | 29 | 7E | 0 | 4C | 1A | 21 | 141 | 3D | 2A |
| Octal | 253 | 51 | 176 | 0 | 114 | 32 | 41 | 501 | 75 | 52 |
| Binary | 10101011 | 101001 | 1111110 | 0 | 1001100 | 11010 | 100001 | 101000001 | 111101 | 101010 |
Color Harmonies of #AB297E
Complementary color
Monochromatic Colors of #AB297E
Black with #AB297E
Text Example
Text Example
White with #AB297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB297E; }
p { color: rgb(171,41,126); }
H1.HeaderClassName
{
color: #AB297E;
}
.AnyTagClassName
{
color: #AB297E;
}
</style>
background-color css
<style>
a { background-color: #AB297E; }
a { background-color: rgb(171,41,126); }
div.DivClassName
{
background-color: #AB297E;
}
.BgClassName
{
background-color: #AB297E;
}
</style>
border-color css
<style>
span { border-color: #AB297E; }
span { border-color: rgb(171,41,126); }
td.TdClassName
{
border-color: #AB297E;
}
.TagClassName
{
border-color: #AB297E;
}
</style>