Shades of Medium Red Violet #AB3993
Tints of Medium Red Violet #AB3993
RGB
CMYK
RGB Variations
Color information
#AB3993 (or 0xAB3993) is known color: Medium Red Violet. HEX triplet: AB, 39 and 93. RGB value is (171,57,147). Sum of RGB (Red+Green+Blue) = 171+57+147=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3993 is #54C66C. Grayscale: #656565. Windows color (decimal): -5555821 or 9648555. OLE color: 9648555.
HSL color Cylindrical-coordinate representation of color #AB3993: hue angle of 312.63º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3993 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 147 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.33 |
| HSL | 312.63º | 0.5% | 0.45% | - |
| HSV(B) | 312.63º | 0.67% | 0.67% | - |
| XYZ | 23.52 | 13.69 | 29.01 | - |
| YUV | 101.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 147 | 0 | 0.67 | 0.14 | 0.33 | 312.63 | 0.5 | 0.45 |
| Hex | AB | 39 | 93 | 0 | 43 | E | 21 | 139 | 32 | 2D |
| Octal | 253 | 71 | 223 | 0 | 103 | 16 | 41 | 471 | 62 | 55 |
| Binary | 10101011 | 111001 | 10010011 | 0 | 1000011 | 1110 | 100001 | 100111001 | 110010 | 101101 |
Color Harmonies of #AB3993
Complementary color
Monochromatic Colors of #AB3993
Black with #AB3993
Text Example
Text Example
White with #AB3993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3993; }
p { color: rgb(171,57,147); }
H1.HeaderClassName
{
color: #AB3993;
}
.AnyTagClassName
{
color: #AB3993;
}
</style>
background-color css
<style>
a { background-color: #AB3993; }
a { background-color: rgb(171,57,147); }
div.DivClassName
{
background-color: #AB3993;
}
.BgClassName
{
background-color: #AB3993;
}
</style>
border-color css
<style>
span { border-color: #AB3993; }
span { border-color: rgb(171,57,147); }
td.TdClassName
{
border-color: #AB3993;
}
.TagClassName
{
border-color: #AB3993;
}
</style>