Shades of Medium Red Violet #AB3997
Tints of Medium Red Violet #AB3997
RGB
CMYK
RGB Variations
Color information
#AB3997 (or 0xAB3997) is known color: Medium Red Violet. HEX triplet: AB, 39 and 97. RGB value is (171,57,151). Sum of RGB (Red+Green+Blue) = 171+57+151=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3997 is #54C668. Grayscale: #656565. Windows color (decimal): -5555817 or 9910699. OLE color: 9910699.
HSL color Cylindrical-coordinate representation of color #AB3997: hue angle of 310.53º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3997 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 151 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.33 |
| HSL | 310.53º | 0.5% | 0.45% | - |
| HSV(B) | 310.53º | 0.67% | 0.67% | - |
| XYZ | 23.84 | 13.82 | 30.69 | - |
| YUV | 101.8 | 155.77 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 151 | 0 | 0.67 | 0.12 | 0.33 | 310.53 | 0.5 | 0.45 |
| Hex | AB | 39 | 97 | 0 | 43 | C | 21 | 137 | 32 | 2D |
| Octal | 253 | 71 | 227 | 0 | 103 | 14 | 41 | 467 | 62 | 55 |
| Binary | 10101011 | 111001 | 10010111 | 0 | 1000011 | 1100 | 100001 | 100110111 | 110010 | 101101 |
Color Harmonies of #AB3997
Complementary color
Monochromatic Colors of #AB3997
Black with #AB3997
Text Example
Text Example
White with #AB3997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3997; }
p { color: rgb(171,57,151); }
H1.HeaderClassName
{
color: #AB3997;
}
.AnyTagClassName
{
color: #AB3997;
}
</style>
background-color css
<style>
a { background-color: #AB3997; }
a { background-color: rgb(171,57,151); }
div.DivClassName
{
background-color: #AB3997;
}
.BgClassName
{
background-color: #AB3997;
}
</style>
border-color css
<style>
span { border-color: #AB3997; }
span { border-color: rgb(171,57,151); }
td.TdClassName
{
border-color: #AB3997;
}
.TagClassName
{
border-color: #AB3997;
}
</style>