Shades of Medium Red Violet #AB3375
Tints of Medium Red Violet #AB3375
RGB
CMYK
RGB Variations
Color information
#AB3375 (or 0xAB3375) is known color: Medium Red Violet. HEX triplet: AB, 33 and 75. RGB value is (171,51,117). Sum of RGB (Red+Green+Blue) = 171+51+117=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3375 is #54CC8A. Grayscale: #5E5E5E. Windows color (decimal): -5557387 or 7680939. OLE color: 7680939.
HSL color Cylindrical-coordinate representation of color #AB3375: hue angle of 327º 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 #AB3375 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 51 | 117 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.33 |
| HSL | 327º | 0.54% | 0.44% | - |
| HSV(B) | 327º | 0.7% | 0.67% | - |
| XYZ | 21.19 | 12.31 | 18.09 | - |
| YUV | 94.4 | 140.76 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 117 | 0 | 0.70 | 0.32 | 0.33 | 327 | 0.54 | 0.44 |
| Hex | AB | 33 | 75 | 0 | 46 | 20 | 21 | 147 | 36 | 2C |
| Octal | 253 | 63 | 165 | 0 | 106 | 40 | 41 | 507 | 66 | 54 |
| Binary | 10101011 | 110011 | 1110101 | 0 | 1000110 | 100000 | 100001 | 101000111 | 110110 | 101100 |
Color Harmonies of #AB3375
Complementary color
Monochromatic Colors of #AB3375
Black with #AB3375
Text Example
Text Example
White with #AB3375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3375; }
p { color: rgb(171,51,117); }
H1.HeaderClassName
{
color: #AB3375;
}
.AnyTagClassName
{
color: #AB3375;
}
</style>
background-color css
<style>
a { background-color: #AB3375; }
a { background-color: rgb(171,51,117); }
div.DivClassName
{
background-color: #AB3375;
}
.BgClassName
{
background-color: #AB3375;
}
</style>
border-color css
<style>
span { border-color: #AB3375; }
span { border-color: rgb(171,51,117); }
td.TdClassName
{
border-color: #AB3375;
}
.TagClassName
{
border-color: #AB3375;
}
</style>