Shades of Medium Red Violet #AB3C97
Tints of Medium Red Violet #AB3C97
RGB
CMYK
RGB Variations
Color information
#AB3C97 (or 0xAB3C97) is known color: Medium Red Violet. HEX triplet: AB, 3C and 97. RGB value is (171,60,151). Sum of RGB (Red+Green+Blue) = 171+60+151=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3C97 is #54C368. Grayscale: #676767. Windows color (decimal): -5555049 or 9911467. OLE color: 9911467.
HSL color Cylindrical-coordinate representation of color #AB3C97: hue angle of 310.81º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3C97 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 151 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.33 |
| HSL | 310.81º | 0.48% | 0.45% | - |
| HSV(B) | 310.81º | 0.65% | 0.67% | - |
| XYZ | 24 | 14.12 | 30.74 | - |
| YUV | 103.56 | 154.77 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 151 | 0 | 0.65 | 0.12 | 0.33 | 310.81 | 0.48 | 0.45 |
| Hex | AB | 3C | 97 | 0 | 41 | C | 21 | 137 | 30 | 2D |
| Octal | 253 | 74 | 227 | 0 | 101 | 14 | 41 | 467 | 60 | 55 |
| Binary | 10101011 | 111100 | 10010111 | 0 | 1000001 | 1100 | 100001 | 100110111 | 110000 | 101101 |
Color Harmonies of #AB3C97
Complementary color
Monochromatic Colors of #AB3C97
Black with #AB3C97
Text Example
Text Example
White with #AB3C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C97; }
p { color: rgb(171,60,151); }
H1.HeaderClassName
{
color: #AB3C97;
}
.AnyTagClassName
{
color: #AB3C97;
}
</style>
background-color css
<style>
a { background-color: #AB3C97; }
a { background-color: rgb(171,60,151); }
div.DivClassName
{
background-color: #AB3C97;
}
.BgClassName
{
background-color: #AB3C97;
}
</style>
border-color css
<style>
span { border-color: #AB3C97; }
span { border-color: rgb(171,60,151); }
td.TdClassName
{
border-color: #AB3C97;
}
.TagClassName
{
border-color: #AB3C97;
}
</style>