Shades of Medium Orchid #AB59ED
Tints of Medium Orchid #AB59ED
RGB
CMYK
RGB Variations
Color information
#AB59ED (or 0xAB59ED) is known color: Medium Orchid. HEX triplet: AB, 59 and ED. RGB value is (171,89,237). Sum of RGB (Red+Green+Blue) = 171+89+237=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB59ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB59ED is #54A612. Grayscale: #818181. Windows color (decimal): -5547539 or 15554987. OLE color: 15554987.
HSL color Cylindrical-coordinate representation of color #AB59ED: hue angle of 273.24º degrees, saturation: 0.8, 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 #AB59ED is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 89 | 237 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.07 |
| HSL | 273.24º | 0.8% | 0.64% | - |
| HSV(B) | 273.24º | 0.62% | 0.93% | - |
| XYZ | 35.65 | 21.92 | 82.47 | - |
| YUV | 130.39 | 188.17 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 237 | 0.28 | 0.62 | 0 | 0.07 | 273.24 | 0.8 | 0.64 |
| Hex | AB | 59 | ED | 1C | 3E | 0 | 7 | 111 | 50 | 40 |
| Octal | 253 | 131 | 355 | 34 | 76 | 0 | 7 | 421 | 120 | 100 |
| Binary | 10101011 | 1011001 | 11101101 | 11100 | 111110 | 0 | 111 | 100010001 | 1010000 | 1000000 |
Color Harmonies of #AB59ED
Complementary color
Monochromatic Colors of #AB59ED
Black with #AB59ED
Text Example
Text Example
White with #AB59ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB59ED; }
p { color: rgb(171,89,237); }
H1.HeaderClassName
{
color: #AB59ED;
}
.AnyTagClassName
{
color: #AB59ED;
}
</style>
background-color css
<style>
a { background-color: #AB59ED; }
a { background-color: rgb(171,89,237); }
div.DivClassName
{
background-color: #AB59ED;
}
.BgClassName
{
background-color: #AB59ED;
}
</style>
border-color css
<style>
span { border-color: #AB59ED; }
span { border-color: rgb(171,89,237); }
td.TdClassName
{
border-color: #AB59ED;
}
.TagClassName
{
border-color: #AB59ED;
}
</style>