Shades of Medium Red Violet #AB3377
Tints of Medium Red Violet #AB3377
RGB
CMYK
RGB Variations
Color information
#AB3377 (or 0xAB3377) is known color: Medium Red Violet. HEX triplet: AB, 33 and 77. RGB value is (171,51,119). Sum of RGB (Red+Green+Blue) = 171+51+119=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3377 is #54CC88. Grayscale: #5E5E5E. Windows color (decimal): -5557385 or 7812011. OLE color: 7812011.
HSL color Cylindrical-coordinate representation of color #AB3377: hue angle of 326º 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 #AB3377 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 51 | 119 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.33 |
| HSL | 326º | 0.54% | 0.44% | - |
| HSV(B) | 326º | 0.7% | 0.67% | - |
| XYZ | 21.31 | 12.36 | 18.71 | - |
| YUV | 94.63 | 141.76 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 51 | 119 | 0 | 0.70 | 0.30 | 0.33 | 326 | 0.54 | 0.44 |
| Hex | AB | 33 | 77 | 0 | 46 | 1E | 21 | 146 | 36 | 2C |
| Octal | 253 | 63 | 167 | 0 | 106 | 36 | 41 | 506 | 66 | 54 |
| Binary | 10101011 | 110011 | 1110111 | 0 | 1000110 | 11110 | 100001 | 101000110 | 110110 | 101100 |
Color Harmonies of #AB3377
Complementary color
Monochromatic Colors of #AB3377
Black with #AB3377
Text Example
Text Example
White with #AB3377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3377; }
p { color: rgb(171,51,119); }
H1.HeaderClassName
{
color: #AB3377;
}
.AnyTagClassName
{
color: #AB3377;
}
</style>
background-color css
<style>
a { background-color: #AB3377; }
a { background-color: rgb(171,51,119); }
div.DivClassName
{
background-color: #AB3377;
}
.BgClassName
{
background-color: #AB3377;
}
</style>
border-color css
<style>
span { border-color: #AB3377; }
span { border-color: rgb(171,51,119); }
td.TdClassName
{
border-color: #AB3377;
}
.TagClassName
{
border-color: #AB3377;
}
</style>