Shades of Medium Red Violet #AB2093
Tints of Medium Red Violet #AB2093
RGB
CMYK
RGB Variations
Color information
#AB2093 (or 0xAB2093) is known color: Medium Red Violet. HEX triplet: AB, 20 and 93. RGB value is (171,32,147). Sum of RGB (Red+Green+Blue) = 171+32+147=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 32 (12.89% from 255 or 9.14% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2093 is #54DF6C. Grayscale: #565656. Windows color (decimal): -5562221 or 9642155. OLE color: 9642155.
HSL color Cylindrical-coordinate representation of color #AB2093: hue angle of 310.36º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2093 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 32 | 147 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.33 |
| HSL | 310.36º | 0.68% | 0.4% | - |
| HSV(B) | 310.36º | 0.81% | 0.67% | - |
| XYZ | 22.58 | 11.8 | 28.69 | - |
| YUV | 86.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 147 | 0 | 0.81 | 0.14 | 0.33 | 310.36 | 0.68 | 0.4 |
| Hex | AB | 20 | 93 | 0 | 51 | E | 21 | 136 | 44 | 28 |
| Octal | 253 | 40 | 223 | 0 | 121 | 16 | 41 | 466 | 104 | 50 |
| Binary | 10101011 | 100000 | 10010011 | 0 | 1010001 | 1110 | 100001 | 100110110 | 1000100 | 101000 |
Color Harmonies of #AB2093
Complementary color
Monochromatic Colors of #AB2093
Black with #AB2093
Text Example
Text Example
White with #AB2093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2093; }
p { color: rgb(171,32,147); }
H1.HeaderClassName
{
color: #AB2093;
}
.AnyTagClassName
{
color: #AB2093;
}
</style>
background-color css
<style>
a { background-color: #AB2093; }
a { background-color: rgb(171,32,147); }
div.DivClassName
{
background-color: #AB2093;
}
.BgClassName
{
background-color: #AB2093;
}
</style>
border-color css
<style>
span { border-color: #AB2093; }
span { border-color: rgb(171,32,147); }
td.TdClassName
{
border-color: #AB2093;
}
.TagClassName
{
border-color: #AB2093;
}
</style>