Shades of Medium Red Violet #AB3C85
Tints of Medium Red Violet #AB3C85
RGB
CMYK
RGB Variations
Color information
#AB3C85 (or 0xAB3C85) is known color: Medium Red Violet. HEX triplet: AB, 3C and 85. RGB value is (171,60,133). Sum of RGB (Red+Green+Blue) = 171+60+133=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3C85 is #54C37A. Grayscale: #656565. Windows color (decimal): -5555067 or 8731819. OLE color: 8731819.
HSL color Cylindrical-coordinate representation of color #AB3C85: hue angle of 320.54º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3C85 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 133 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.33 |
| HSL | 320.54º | 0.48% | 0.45% | - |
| HSV(B) | 320.54º | 0.65% | 0.67% | - |
| XYZ | 22.64 | 13.58 | 23.62 | - |
| YUV | 101.51 | 145.77 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 133 | 0 | 0.65 | 0.22 | 0.33 | 320.54 | 0.48 | 0.45 |
| Hex | AB | 3C | 85 | 0 | 41 | 16 | 21 | 141 | 30 | 2D |
| Octal | 253 | 74 | 205 | 0 | 101 | 26 | 41 | 501 | 60 | 55 |
| Binary | 10101011 | 111100 | 10000101 | 0 | 1000001 | 10110 | 100001 | 101000001 | 110000 | 101101 |
Color Harmonies of #AB3C85
Complementary color
Monochromatic Colors of #AB3C85
Black with #AB3C85
Text Example
Text Example
White with #AB3C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C85; }
p { color: rgb(171,60,133); }
H1.HeaderClassName
{
color: #AB3C85;
}
.AnyTagClassName
{
color: #AB3C85;
}
</style>
background-color css
<style>
a { background-color: #AB3C85; }
a { background-color: rgb(171,60,133); }
div.DivClassName
{
background-color: #AB3C85;
}
.BgClassName
{
background-color: #AB3C85;
}
</style>
border-color css
<style>
span { border-color: #AB3C85; }
span { border-color: rgb(171,60,133); }
td.TdClassName
{
border-color: #AB3C85;
}
.TagClassName
{
border-color: #AB3C85;
}
</style>