Shades of Medium Red Violet #AB3376
Tints of Medium Red Violet #AB3376
RGB
CMYK
RGB Variations
Color information
#AB3376 (or 0xAB3376) is known color: Medium Red Violet. HEX triplet: AB, 33 and 76. RGB value is (171,51,118). Sum of RGB (Red+Green+Blue) = 171+51+118=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3376 is #54CC89. Grayscale: #5E5E5E. Windows color (decimal): -5557386 or 7746475. OLE color: 7746475.
HSL color Cylindrical-coordinate representation of color #AB3376: hue angle of 326.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3376 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 51 | 118 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.33 |
| HSL | 326.5º | 0.54% | 0.44% | - |
| HSV(B) | 326.5º | 0.7% | 0.67% | - |
| XYZ | 21.25 | 12.33 | 18.4 | - |
| YUV | 94.52 | 141.26 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 118 | 0 | 0.70 | 0.31 | 0.33 | 326.5 | 0.54 | 0.44 |
| Hex | AB | 33 | 76 | 0 | 46 | 1F | 21 | 146 | 36 | 2C |
| Octal | 253 | 63 | 166 | 0 | 106 | 37 | 41 | 506 | 66 | 54 |
| Binary | 10101011 | 110011 | 1110110 | 0 | 1000110 | 11111 | 100001 | 101000110 | 110110 | 101100 |
Color Harmonies of #AB3376
Complementary color
Monochromatic Colors of #AB3376
Black with #AB3376
Text Example
Text Example
White with #AB3376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3376; }
p { color: rgb(171,51,118); }
H1.HeaderClassName
{
color: #AB3376;
}
.AnyTagClassName
{
color: #AB3376;
}
</style>
background-color css
<style>
a { background-color: #AB3376; }
a { background-color: rgb(171,51,118); }
div.DivClassName
{
background-color: #AB3376;
}
.BgClassName
{
background-color: #AB3376;
}
</style>
border-color css
<style>
span { border-color: #AB3376; }
span { border-color: rgb(171,51,118); }
td.TdClassName
{
border-color: #AB3376;
}
.TagClassName
{
border-color: #AB3376;
}
</style>