Shades of Medium Red Violet #AB377C
Tints of Medium Red Violet #AB377C
RGB
CMYK
RGB Variations
Color information
#AB377C (or 0xAB377C) is known color: Medium Red Violet. HEX triplet: AB, 37 and 7C. RGB value is (171,55,124). Sum of RGB (Red+Green+Blue) = 171+55+124=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB377C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB377C is #54C883. Grayscale: #616161. Windows color (decimal): -5556356 or 8140715. OLE color: 8140715.
HSL color Cylindrical-coordinate representation of color #AB377C: hue angle of 324.31º 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 #AB377C is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 124 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.33 |
| HSL | 324.31º | 0.51% | 0.44% | - |
| HSV(B) | 324.31º | 0.68% | 0.67% | - |
| XYZ | 21.8 | 12.85 | 20.4 | - |
| YUV | 97.55 | 142.93 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 124 | 0 | 0.68 | 0.27 | 0.33 | 324.31 | 0.51 | 0.44 |
| Hex | AB | 37 | 7C | 0 | 44 | 1B | 21 | 144 | 33 | 2C |
| Octal | 253 | 67 | 174 | 0 | 104 | 33 | 41 | 504 | 63 | 54 |
| Binary | 10101011 | 110111 | 1111100 | 0 | 1000100 | 11011 | 100001 | 101000100 | 110011 | 101100 |
Color Harmonies of #AB377C
Complementary color
Monochromatic Colors of #AB377C
Black with #AB377C
Text Example
Text Example
White with #AB377C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB377C; }
p { color: rgb(171,55,124); }
H1.HeaderClassName
{
color: #AB377C;
}
.AnyTagClassName
{
color: #AB377C;
}
</style>
background-color css
<style>
a { background-color: #AB377C; }
a { background-color: rgb(171,55,124); }
div.DivClassName
{
background-color: #AB377C;
}
.BgClassName
{
background-color: #AB377C;
}
</style>
border-color css
<style>
span { border-color: #AB377C; }
span { border-color: rgb(171,55,124); }
td.TdClassName
{
border-color: #AB377C;
}
.TagClassName
{
border-color: #AB377C;
}
</style>