Shades of Medium Red Violet #AB4091
Tints of Medium Red Violet #AB4091
RGB
CMYK
RGB Variations
Color information
#AB4091 (or 0xAB4091) is known color: Medium Red Violet. HEX triplet: AB, 40 and 91. RGB value is (171,64,145). Sum of RGB (Red+Green+Blue) = 171+64+145=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4091 is #54BF6E. Grayscale: #696969. Windows color (decimal): -5554031 or 9519275. OLE color: 9519275.
HSL color Cylindrical-coordinate representation of color #AB4091: hue angle of 314.58º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB4091 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 145 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.33 |
| HSL | 314.58º | 0.46% | 0.46% | - |
| HSV(B) | 314.58º | 0.63% | 0.67% | - |
| XYZ | 23.74 | 14.37 | 28.31 | - |
| YUV | 105.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 145 | 0 | 0.63 | 0.15 | 0.33 | 314.58 | 0.46 | 0.46 |
| Hex | AB | 40 | 91 | 0 | 3F | F | 21 | 13B | 2E | 2E |
| Octal | 253 | 100 | 221 | 0 | 77 | 17 | 41 | 473 | 56 | 56 |
| Binary | 10101011 | 1000000 | 10010001 | 0 | 111111 | 1111 | 100001 | 100111011 | 101110 | 101110 |
Color Harmonies of #AB4091
Complementary color
Monochromatic Colors of #AB4091
Black with #AB4091
Text Example
Text Example
White with #AB4091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4091; }
p { color: rgb(171,64,145); }
H1.HeaderClassName
{
color: #AB4091;
}
.AnyTagClassName
{
color: #AB4091;
}
</style>
background-color css
<style>
a { background-color: #AB4091; }
a { background-color: rgb(171,64,145); }
div.DivClassName
{
background-color: #AB4091;
}
.BgClassName
{
background-color: #AB4091;
}
</style>
border-color css
<style>
span { border-color: #AB4091; }
span { border-color: rgb(171,64,145); }
td.TdClassName
{
border-color: #AB4091;
}
.TagClassName
{
border-color: #AB4091;
}
</style>