Shades of Medium Red Violet #AB2E7A
Tints of Medium Red Violet #AB2E7A
RGB
CMYK
RGB Variations
Color information
#AB2E7A (or 0xAB2E7A) is known color: Medium Red Violet. HEX triplet: AB, 2E and 7A. RGB value is (171,46,122). Sum of RGB (Red+Green+Blue) = 171+46+122=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2E7A is #54D185. Grayscale: #5B5B5B. Windows color (decimal): -5558662 or 8007339. OLE color: 8007339.
HSL color Cylindrical-coordinate representation of color #AB2E7A: hue angle of 323.52º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB2E7A is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 46 | 122 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.33 |
| HSL | 323.52º | 0.58% | 0.43% | - |
| HSV(B) | 323.52º | 0.73% | 0.67% | - |
| XYZ | 21.28 | 12.02 | 19.61 | - |
| YUV | 92.04 | 144.91 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 122 | 0 | 0.73 | 0.29 | 0.33 | 323.52 | 0.58 | 0.43 |
| Hex | AB | 2E | 7A | 0 | 49 | 1D | 21 | 144 | 3A | 2B |
| Octal | 253 | 56 | 172 | 0 | 111 | 35 | 41 | 504 | 72 | 53 |
| Binary | 10101011 | 101110 | 1111010 | 0 | 1001001 | 11101 | 100001 | 101000100 | 111010 | 101011 |
Color Harmonies of #AB2E7A
Complementary color
Monochromatic Colors of #AB2E7A
Black with #AB2E7A
Text Example
Text Example
White with #AB2E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2E7A; }
p { color: rgb(171,46,122); }
H1.HeaderClassName
{
color: #AB2E7A;
}
.AnyTagClassName
{
color: #AB2E7A;
}
</style>
background-color css
<style>
a { background-color: #AB2E7A; }
a { background-color: rgb(171,46,122); }
div.DivClassName
{
background-color: #AB2E7A;
}
.BgClassName
{
background-color: #AB2E7A;
}
</style>
border-color css
<style>
span { border-color: #AB2E7A; }
span { border-color: rgb(171,46,122); }
td.TdClassName
{
border-color: #AB2E7A;
}
.TagClassName
{
border-color: #AB2E7A;
}
</style>