Shades of Medium Red Violet #AB3F90
Tints of Medium Red Violet #AB3F90
RGB
CMYK
RGB Variations
Color information
#AB3F90 (or 0xAB3F90) is known color: Medium Red Violet. HEX triplet: AB, 3F and 90. RGB value is (171,63,144). Sum of RGB (Red+Green+Blue) = 171+63+144=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3F90 is #54C06F. Grayscale: #686868. Windows color (decimal): -5554288 or 9453483. OLE color: 9453483.
HSL color Cylindrical-coordinate representation of color #AB3F90: hue angle of 315º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB3F90 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 144 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.33 |
| HSL | 315º | 0.46% | 0.46% | - |
| HSV(B) | 315º | 0.63% | 0.67% | - |
| XYZ | 23.61 | 14.23 | 27.89 | - |
| YUV | 104.53 | 150.28 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 144 | 0 | 0.63 | 0.16 | 0.33 | 315 | 0.46 | 0.46 |
| Hex | AB | 3F | 90 | 0 | 3F | 10 | 21 | 13B | 2E | 2E |
| Octal | 253 | 77 | 220 | 0 | 77 | 20 | 41 | 473 | 56 | 56 |
| Binary | 10101011 | 111111 | 10010000 | 0 | 111111 | 10000 | 100001 | 100111011 | 101110 | 101110 |
Color Harmonies of #AB3F90
Complementary color
Monochromatic Colors of #AB3F90
Black with #AB3F90
Text Example
Text Example
White with #AB3F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F90; }
p { color: rgb(171,63,144); }
H1.HeaderClassName
{
color: #AB3F90;
}
.AnyTagClassName
{
color: #AB3F90;
}
</style>
background-color css
<style>
a { background-color: #AB3F90; }
a { background-color: rgb(171,63,144); }
div.DivClassName
{
background-color: #AB3F90;
}
.BgClassName
{
background-color: #AB3F90;
}
</style>
border-color css
<style>
span { border-color: #AB3F90; }
span { border-color: rgb(171,63,144); }
td.TdClassName
{
border-color: #AB3F90;
}
.TagClassName
{
border-color: #AB3F90;
}
</style>