Shades of Medium Red Violet #AB3797
Tints of Medium Red Violet #AB3797
RGB
CMYK
RGB Variations
Color information
#AB3797 (or 0xAB3797) is known color: Medium Red Violet. HEX triplet: AB, 37 and 97. RGB value is (171,55,151). Sum of RGB (Red+Green+Blue) = 171+55+151=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3797 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3797 is #54C868. Grayscale: #646464. Windows color (decimal): -5556329 or 9910187. OLE color: 9910187.
HSL color Cylindrical-coordinate representation of color #AB3797: hue angle of 310.34º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3797 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 151 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.33 |
| HSL | 310.34º | 0.51% | 0.44% | - |
| HSV(B) | 310.34º | 0.68% | 0.67% | - |
| XYZ | 23.75 | 13.62 | 30.66 | - |
| YUV | 100.63 | 156.43 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 151 | 0 | 0.68 | 0.12 | 0.33 | 310.34 | 0.51 | 0.44 |
| Hex | AB | 37 | 97 | 0 | 44 | C | 21 | 136 | 33 | 2C |
| Octal | 253 | 67 | 227 | 0 | 104 | 14 | 41 | 466 | 63 | 54 |
| Binary | 10101011 | 110111 | 10010111 | 0 | 1000100 | 1100 | 100001 | 100110110 | 110011 | 101100 |
Color Harmonies of #AB3797
Complementary color
Monochromatic Colors of #AB3797
Black with #AB3797
Text Example
Text Example
White with #AB3797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3797; }
p { color: rgb(171,55,151); }
H1.HeaderClassName
{
color: #AB3797;
}
.AnyTagClassName
{
color: #AB3797;
}
</style>
background-color css
<style>
a { background-color: #AB3797; }
a { background-color: rgb(171,55,151); }
div.DivClassName
{
background-color: #AB3797;
}
.BgClassName
{
background-color: #AB3797;
}
</style>
border-color css
<style>
span { border-color: #AB3797; }
span { border-color: rgb(171,55,151); }
td.TdClassName
{
border-color: #AB3797;
}
.TagClassName
{
border-color: #AB3797;
}
</style>