Shades of Medium Red Violet #AB2EA8
Tints of Medium Red Violet #AB2EA8
RGB
CMYK
RGB Variations
Color information
#AB2EA8 (or 0xAB2EA8) is known color: Medium Red Violet. HEX triplet: AB, 2E and A8. RGB value is (171,46,168). Sum of RGB (Red+Green+Blue) = 171+46+168=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 168 (66.02% from 255 or 43.64% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2EA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2EA8 is #54D157. Grayscale: #606060. Windows color (decimal): -5558616 or 11021995. OLE color: 11021995.
HSL color Cylindrical-coordinate representation of color #AB2EA8: hue angle of 301.44º 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 #AB2EA8 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 46 | 168 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.33 |
| HSL | 301.44º | 0.58% | 0.43% | - |
| HSV(B) | 301.44º | 0.73% | 0.67% | - |
| XYZ | 24.84 | 13.44 | 38.33 | - |
| YUV | 97.28 | 167.91 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 46 | 168 | 0 | 0.73 | 0.02 | 0.33 | 301.44 | 0.58 | 0.43 |
| Hex | AB | 2E | A8 | 0 | 49 | 2 | 21 | 12D | 3A | 2B |
| Octal | 253 | 56 | 250 | 0 | 111 | 2 | 41 | 455 | 72 | 53 |
| Binary | 10101011 | 101110 | 10101000 | 0 | 1001001 | 10 | 100001 | 100101101 | 111010 | 101011 |
Color Harmonies of #AB2EA8
Complementary color
Monochromatic Colors of #AB2EA8
Black with #AB2EA8
Text Example
Text Example
White with #AB2EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2EA8; }
p { color: rgb(171,46,168); }
H1.HeaderClassName
{
color: #AB2EA8;
}
.AnyTagClassName
{
color: #AB2EA8;
}
</style>
background-color css
<style>
a { background-color: #AB2EA8; }
a { background-color: rgb(171,46,168); }
div.DivClassName
{
background-color: #AB2EA8;
}
.BgClassName
{
background-color: #AB2EA8;
}
</style>
border-color css
<style>
span { border-color: #AB2EA8; }
span { border-color: rgb(171,46,168); }
td.TdClassName
{
border-color: #AB2EA8;
}
.TagClassName
{
border-color: #AB2EA8;
}
</style>