Shades of Medium Red Violet #AB2585
Tints of Medium Red Violet #AB2585
RGB
CMYK
RGB Variations
Color information
#AB2585 (or 0xAB2585) is known color: Medium Red Violet. HEX triplet: AB, 25 and 85. RGB value is (171,37,133). Sum of RGB (Red+Green+Blue) = 171+37+133=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2585 is #54DA7A. Grayscale: #575757. Windows color (decimal): -5560955 or 8725931. OLE color: 8725931.
HSL color Cylindrical-coordinate representation of color #AB2585: hue angle of 317.01º 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 #AB2585 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 133 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.33 |
| HSL | 317.01º | 0.64% | 0.41% | - |
| HSV(B) | 317.01º | 0.78% | 0.67% | - |
| XYZ | 21.69 | 11.67 | 23.3 | - |
| YUV | 88.01 | 153.39 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 133 | 0 | 0.78 | 0.22 | 0.33 | 317.01 | 0.64 | 0.41 |
| Hex | AB | 25 | 85 | 0 | 4E | 16 | 21 | 13D | 40 | 29 |
| Octal | 253 | 45 | 205 | 0 | 116 | 26 | 41 | 475 | 100 | 51 |
| Binary | 10101011 | 100101 | 10000101 | 0 | 1001110 | 10110 | 100001 | 100111101 | 1000000 | 101001 |
Color Harmonies of #AB2585
Complementary color
Monochromatic Colors of #AB2585
Black with #AB2585
Text Example
Text Example
White with #AB2585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2585; }
p { color: rgb(171,37,133); }
H1.HeaderClassName
{
color: #AB2585;
}
.AnyTagClassName
{
color: #AB2585;
}
</style>
background-color css
<style>
a { background-color: #AB2585; }
a { background-color: rgb(171,37,133); }
div.DivClassName
{
background-color: #AB2585;
}
.BgClassName
{
background-color: #AB2585;
}
</style>
border-color css
<style>
span { border-color: #AB2585; }
span { border-color: rgb(171,37,133); }
td.TdClassName
{
border-color: #AB2585;
}
.TagClassName
{
border-color: #AB2585;
}
</style>