Shades of Medium Red Violet #AB2590
Tints of Medium Red Violet #AB2590
RGB
CMYK
RGB Variations
Color information
#AB2590 (or 0xAB2590) is known color: Medium Red Violet. HEX triplet: AB, 25 and 90. RGB value is (171,37,144). Sum of RGB (Red+Green+Blue) = 171+37+144=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2590 is #54DA6F. Grayscale: #585858. Windows color (decimal): -5560944 or 9446827. OLE color: 9446827.
HSL color Cylindrical-coordinate representation of color #AB2590: hue angle of 312.09º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2590 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 144 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.33 |
| HSL | 312.09º | 0.64% | 0.41% | - |
| HSV(B) | 312.09º | 0.78% | 0.67% | - |
| XYZ | 22.49 | 11.99 | 27.52 | - |
| YUV | 89.26 | 158.89 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 144 | 0 | 0.78 | 0.16 | 0.33 | 312.09 | 0.64 | 0.41 |
| Hex | AB | 25 | 90 | 0 | 4E | 10 | 21 | 138 | 40 | 29 |
| Octal | 253 | 45 | 220 | 0 | 116 | 20 | 41 | 470 | 100 | 51 |
| Binary | 10101011 | 100101 | 10010000 | 0 | 1001110 | 10000 | 100001 | 100111000 | 1000000 | 101001 |
Color Harmonies of #AB2590
Complementary color
Monochromatic Colors of #AB2590
Black with #AB2590
Text Example
Text Example
White with #AB2590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2590; }
p { color: rgb(171,37,144); }
H1.HeaderClassName
{
color: #AB2590;
}
.AnyTagClassName
{
color: #AB2590;
}
</style>
background-color css
<style>
a { background-color: #AB2590; }
a { background-color: rgb(171,37,144); }
div.DivClassName
{
background-color: #AB2590;
}
.BgClassName
{
background-color: #AB2590;
}
</style>
border-color css
<style>
span { border-color: #AB2590; }
span { border-color: rgb(171,37,144); }
td.TdClassName
{
border-color: #AB2590;
}
.TagClassName
{
border-color: #AB2590;
}
</style>