Shades of Medium Red Violet #AB3C90
Tints of Medium Red Violet #AB3C90
RGB
CMYK
RGB Variations
Color information
#AB3C90 (or 0xAB3C90) is known color: Medium Red Violet. HEX triplet: AB, 3C and 90. RGB value is (171,60,144). Sum of RGB (Red+Green+Blue) = 171+60+144=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3C90 is #54C36F. Grayscale: #666666. Windows color (decimal): -5555056 or 9452715. OLE color: 9452715.
HSL color Cylindrical-coordinate representation of color #AB3C90: hue angle of 314.59º 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 #AB3C90 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 144 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.33 |
| HSL | 314.59º | 0.48% | 0.45% | - |
| HSV(B) | 314.59º | 0.65% | 0.67% | - |
| XYZ | 23.44 | 13.9 | 27.83 | - |
| YUV | 102.77 | 151.27 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 144 | 0 | 0.65 | 0.16 | 0.33 | 314.59 | 0.48 | 0.45 |
| Hex | AB | 3C | 90 | 0 | 41 | 10 | 21 | 13B | 30 | 2D |
| Octal | 253 | 74 | 220 | 0 | 101 | 20 | 41 | 473 | 60 | 55 |
| Binary | 10101011 | 111100 | 10010000 | 0 | 1000001 | 10000 | 100001 | 100111011 | 110000 | 101101 |
Color Harmonies of #AB3C90
Complementary color
Monochromatic Colors of #AB3C90
Black with #AB3C90
Text Example
Text Example
White with #AB3C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C90; }
p { color: rgb(171,60,144); }
H1.HeaderClassName
{
color: #AB3C90;
}
.AnyTagClassName
{
color: #AB3C90;
}
</style>
background-color css
<style>
a { background-color: #AB3C90; }
a { background-color: rgb(171,60,144); }
div.DivClassName
{
background-color: #AB3C90;
}
.BgClassName
{
background-color: #AB3C90;
}
</style>
border-color css
<style>
span { border-color: #AB3C90; }
span { border-color: rgb(171,60,144); }
td.TdClassName
{
border-color: #AB3C90;
}
.TagClassName
{
border-color: #AB3C90;
}
</style>