Shades of Medium Red Violet #AB3591
Tints of Medium Red Violet #AB3591
RGB
CMYK
RGB Variations
Color information
#AB3591 (or 0xAB3591) is known color: Medium Red Violet. HEX triplet: AB, 35 and 91. RGB value is (171,53,145). Sum of RGB (Red+Green+Blue) = 171+53+145=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3591 is #54CA6E. Grayscale: #626262. Windows color (decimal): -5556847 or 9516459. OLE color: 9516459.
HSL color Cylindrical-coordinate representation of color #AB3591: hue angle of 313.22º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB3591 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 53 | 145 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.33 |
| HSL | 313.22º | 0.53% | 0.44% | - |
| HSV(B) | 313.22º | 0.69% | 0.67% | - |
| XYZ | 23.18 | 13.25 | 28.12 | - |
| YUV | 98.77 | 154.09 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 53 | 145 | 0 | 0.69 | 0.15 | 0.33 | 313.22 | 0.53 | 0.44 |
| Hex | AB | 35 | 91 | 0 | 45 | F | 21 | 139 | 35 | 2C |
| Octal | 253 | 65 | 221 | 0 | 105 | 17 | 41 | 471 | 65 | 54 |
| Binary | 10101011 | 110101 | 10010001 | 0 | 1000101 | 1111 | 100001 | 100111001 | 110101 | 101100 |
Color Harmonies of #AB3591
Complementary color
Monochromatic Colors of #AB3591
Black with #AB3591
Text Example
Text Example
White with #AB3591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3591; }
p { color: rgb(171,53,145); }
H1.HeaderClassName
{
color: #AB3591;
}
.AnyTagClassName
{
color: #AB3591;
}
</style>
background-color css
<style>
a { background-color: #AB3591; }
a { background-color: rgb(171,53,145); }
div.DivClassName
{
background-color: #AB3591;
}
.BgClassName
{
background-color: #AB3591;
}
</style>
border-color css
<style>
span { border-color: #AB3591; }
span { border-color: rgb(171,53,145); }
td.TdClassName
{
border-color: #AB3591;
}
.TagClassName
{
border-color: #AB3591;
}
</style>