Shades of Medium Red Violet #AB2C96
Tints of Medium Red Violet #AB2C96
RGB
CMYK
RGB Variations
Color information
#AB2C96 (or 0xAB2C96) is known color: Medium Red Violet. HEX triplet: AB, 2C and 96. RGB value is (171,44,150). Sum of RGB (Red+Green+Blue) = 171+44+150=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2C96 is #54D369. Grayscale: #5D5D5D. Windows color (decimal): -5559146 or 9841835. OLE color: 9841835.
HSL color Cylindrical-coordinate representation of color #AB2C96: hue angle of 309.92º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB2C96 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 44 | 150 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.33 |
| HSL | 309.92º | 0.59% | 0.42% | - |
| HSV(B) | 309.92º | 0.74% | 0.67% | - |
| XYZ | 23.2 | 12.66 | 30.08 | - |
| YUV | 94.06 | 159.58 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 150 | 0 | 0.74 | 0.12 | 0.33 | 309.92 | 0.59 | 0.42 |
| Hex | AB | 2C | 96 | 0 | 4A | C | 21 | 136 | 3B | 2A |
| Octal | 253 | 54 | 226 | 0 | 112 | 14 | 41 | 466 | 73 | 52 |
| Binary | 10101011 | 101100 | 10010110 | 0 | 1001010 | 1100 | 100001 | 100110110 | 111011 | 101010 |
Color Harmonies of #AB2C96
Complementary color
Monochromatic Colors of #AB2C96
Black with #AB2C96
Text Example
Text Example
White with #AB2C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2C96; }
p { color: rgb(171,44,150); }
H1.HeaderClassName
{
color: #AB2C96;
}
.AnyTagClassName
{
color: #AB2C96;
}
</style>
background-color css
<style>
a { background-color: #AB2C96; }
a { background-color: rgb(171,44,150); }
div.DivClassName
{
background-color: #AB2C96;
}
.BgClassName
{
background-color: #AB2C96;
}
</style>
border-color css
<style>
span { border-color: #AB2C96; }
span { border-color: rgb(171,44,150); }
td.TdClassName
{
border-color: #AB2C96;
}
.TagClassName
{
border-color: #AB2C96;
}
</style>