Shades of Medium Orchid #AB59EA
Tints of Medium Orchid #AB59EA
RGB
CMYK
RGB Variations
Color information
#AB59EA (or 0xAB59EA) is known color: Medium Orchid. HEX triplet: AB, 59 and EA. RGB value is (171,89,234). Sum of RGB (Red+Green+Blue) = 171+89+234=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB59EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB59EA is #54A615. Grayscale: #818181. Windows color (decimal): -5547542 or 15358379. OLE color: 15358379.
HSL color Cylindrical-coordinate representation of color #AB59EA: hue angle of 273.93º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB59EA is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 89 | 234 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.08 |
| HSL | 273.93º | 0.78% | 0.63% | - |
| HSV(B) | 273.93º | 0.62% | 0.92% | - |
| XYZ | 35.22 | 21.74 | 80.18 | - |
| YUV | 130.05 | 186.67 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 234 | 0.27 | 0.62 | 0 | 0.08 | 273.93 | 0.78 | 0.63 |
| Hex | AB | 59 | EA | 1B | 3E | 0 | 8 | 112 | 4E | 3F |
| Octal | 253 | 131 | 352 | 33 | 76 | 0 | 10 | 422 | 116 | 77 |
| Binary | 10101011 | 1011001 | 11101010 | 11011 | 111110 | 0 | 1000 | 100010010 | 1001110 | 111111 |
Color Harmonies of #AB59EA
Complementary color
Monochromatic Colors of #AB59EA
Black with #AB59EA
Text Example
Text Example
White with #AB59EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB59EA; }
p { color: rgb(171,89,234); }
H1.HeaderClassName
{
color: #AB59EA;
}
.AnyTagClassName
{
color: #AB59EA;
}
</style>
background-color css
<style>
a { background-color: #AB59EA; }
a { background-color: rgb(171,89,234); }
div.DivClassName
{
background-color: #AB59EA;
}
.BgClassName
{
background-color: #AB59EA;
}
</style>
border-color css
<style>
span { border-color: #AB59EA; }
span { border-color: rgb(171,89,234); }
td.TdClassName
{
border-color: #AB59EA;
}
.TagClassName
{
border-color: #AB59EA;
}
</style>