Shades of Medium Orchid #AB59EC
Tints of Medium Orchid #AB59EC
RGB
CMYK
RGB Variations
Color information
#AB59EC (or 0xAB59EC) is known color: Medium Orchid. HEX triplet: AB, 59 and EC. RGB value is (171,89,236). Sum of RGB (Red+Green+Blue) = 171+89+236=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB59EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB59EC is #54A613. Grayscale: #818181. Windows color (decimal): -5547540 or 15489451. OLE color: 15489451.
HSL color Cylindrical-coordinate representation of color #AB59EC: hue angle of 273.47º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB59EC is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 89 | 236 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.07 |
| HSL | 273.47º | 0.79% | 0.64% | - |
| HSV(B) | 273.47º | 0.62% | 0.93% | - |
| XYZ | 35.51 | 21.86 | 81.7 | - |
| YUV | 130.28 | 187.67 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 236 | 0.28 | 0.62 | 0 | 0.07 | 273.47 | 0.79 | 0.64 |
| Hex | AB | 59 | EC | 1C | 3E | 0 | 7 | 111 | 4F | 40 |
| Octal | 253 | 131 | 354 | 34 | 76 | 0 | 7 | 421 | 117 | 100 |
| Binary | 10101011 | 1011001 | 11101100 | 11100 | 111110 | 0 | 111 | 100010001 | 1001111 | 1000000 |
Color Harmonies of #AB59EC
Complementary color
Monochromatic Colors of #AB59EC
Black with #AB59EC
Text Example
Text Example
White with #AB59EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB59EC; }
p { color: rgb(171,89,236); }
H1.HeaderClassName
{
color: #AB59EC;
}
.AnyTagClassName
{
color: #AB59EC;
}
</style>
background-color css
<style>
a { background-color: #AB59EC; }
a { background-color: rgb(171,89,236); }
div.DivClassName
{
background-color: #AB59EC;
}
.BgClassName
{
background-color: #AB59EC;
}
</style>
border-color css
<style>
span { border-color: #AB59EC; }
span { border-color: rgb(171,89,236); }
td.TdClassName
{
border-color: #AB59EC;
}
.TagClassName
{
border-color: #AB59EC;
}
</style>