Shades of Medium Red Violet #AB3491
Tints of Medium Red Violet #AB3491
RGB
CMYK
RGB Variations
Color information
#AB3491 (or 0xAB3491) is known color: Medium Red Violet. HEX triplet: AB, 34 and 91. RGB value is (171,52,145). Sum of RGB (Red+Green+Blue) = 171+52+145=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3491 is #54CB6E. Grayscale: #616161. Windows color (decimal): -5557103 or 9516203. OLE color: 9516203.
HSL color Cylindrical-coordinate representation of color #AB3491: hue angle of 313.11º degrees, saturation: 0.53, 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 #AB3491 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 145 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.33 |
| HSL | 313.11º | 0.53% | 0.44% | - |
| HSV(B) | 313.11º | 0.7% | 0.67% | - |
| XYZ | 23.13 | 13.16 | 28.11 | - |
| YUV | 98.18 | 154.42 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 145 | 0 | 0.70 | 0.15 | 0.33 | 313.11 | 0.53 | 0.44 |
| Hex | AB | 34 | 91 | 0 | 46 | F | 21 | 139 | 35 | 2C |
| Octal | 253 | 64 | 221 | 0 | 106 | 17 | 41 | 471 | 65 | 54 |
| Binary | 10101011 | 110100 | 10010001 | 0 | 1000110 | 1111 | 100001 | 100111001 | 110101 | 101100 |
Color Harmonies of #AB3491
Complementary color
Monochromatic Colors of #AB3491
Black with #AB3491
Text Example
Text Example
White with #AB3491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3491; }
p { color: rgb(171,52,145); }
H1.HeaderClassName
{
color: #AB3491;
}
.AnyTagClassName
{
color: #AB3491;
}
</style>
background-color css
<style>
a { background-color: #AB3491; }
a { background-color: rgb(171,52,145); }
div.DivClassName
{
background-color: #AB3491;
}
.BgClassName
{
background-color: #AB3491;
}
</style>
border-color css
<style>
span { border-color: #AB3491; }
span { border-color: rgb(171,52,145); }
td.TdClassName
{
border-color: #AB3491;
}
.TagClassName
{
border-color: #AB3491;
}
</style>