Shades of Medium Violet Red #AB1785
Tints of Medium Violet Red #AB1785
RGB
CMYK
RGB Variations
Color information
#AB1785 (or 0xAB1785) is known color: Medium Violet Red. HEX triplet: AB, 17 and 85. RGB value is (171,23,133). Sum of RGB (Red+Green+Blue) = 171+23+133=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1785 is #54E87A. Grayscale: #4F4F4F. Windows color (decimal): -5564539 or 8722347. OLE color: 8722347.
HSL color Cylindrical-coordinate representation of color #AB1785: hue angle of 315.41º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1785 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 23 | 133 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.33 |
| HSL | 315.41º | 0.76% | 0.38% | - |
| HSV(B) | 315.41º | 0.87% | 0.67% | - |
| XYZ | 21.33 | 10.96 | 23.18 | - |
| YUV | 79.79 | 158.03 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 133 | 0 | 0.87 | 0.22 | 0.33 | 315.41 | 0.76 | 0.38 |
| Hex | AB | 17 | 85 | 0 | 57 | 16 | 21 | 13B | 4C | 26 |
| Octal | 253 | 27 | 205 | 0 | 127 | 26 | 41 | 473 | 114 | 46 |
| Binary | 10101011 | 10111 | 10000101 | 0 | 1010111 | 10110 | 100001 | 100111011 | 1001100 | 100110 |
Color Harmonies of #AB1785
Complementary color
Monochromatic Colors of #AB1785
Black with #AB1785
Text Example
Text Example
White with #AB1785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1785; }
p { color: rgb(171,23,133); }
H1.HeaderClassName
{
color: #AB1785;
}
.AnyTagClassName
{
color: #AB1785;
}
</style>
background-color css
<style>
a { background-color: #AB1785; }
a { background-color: rgb(171,23,133); }
div.DivClassName
{
background-color: #AB1785;
}
.BgClassName
{
background-color: #AB1785;
}
</style>
border-color css
<style>
span { border-color: #AB1785; }
span { border-color: rgb(171,23,133); }
td.TdClassName
{
border-color: #AB1785;
}
.TagClassName
{
border-color: #AB1785;
}
</style>