Shades of Medium Orchid #AB59EF
Tints of Medium Orchid #AB59EF
RGB
CMYK
RGB Variations
Color information
#AB59EF (or 0xAB59EF) is known color: Medium Orchid. HEX triplet: AB, 59 and EF. RGB value is (171,89,239). Sum of RGB (Red+Green+Blue) = 171+89+239=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB59EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB59EF is #54A610. Grayscale: #828282. Windows color (decimal): -5547537 or 15686059. OLE color: 15686059.
HSL color Cylindrical-coordinate representation of color #AB59EF: hue angle of 272.8º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB59EF is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 89 | 239 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.06 |
| HSL | 272.8º | 0.82% | 0.64% | - |
| HSV(B) | 272.8º | 0.63% | 0.94% | - |
| XYZ | 35.95 | 22.03 | 84.02 | - |
| YUV | 130.62 | 189.17 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 239 | 0.28 | 0.63 | 0 | 0.06 | 272.8 | 0.82 | 0.64 |
| Hex | AB | 59 | EF | 1C | 3F | 0 | 6 | 111 | 52 | 40 |
| Octal | 253 | 131 | 357 | 34 | 77 | 0 | 6 | 421 | 122 | 100 |
| Binary | 10101011 | 1011001 | 11101111 | 11100 | 111111 | 0 | 110 | 100010001 | 1010010 | 1000000 |
Color Harmonies of #AB59EF
Complementary color
Monochromatic Colors of #AB59EF
Black with #AB59EF
Text Example
Text Example
White with #AB59EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB59EF; }
p { color: rgb(171,89,239); }
H1.HeaderClassName
{
color: #AB59EF;
}
.AnyTagClassName
{
color: #AB59EF;
}
</style>
background-color css
<style>
a { background-color: #AB59EF; }
a { background-color: rgb(171,89,239); }
div.DivClassName
{
background-color: #AB59EF;
}
.BgClassName
{
background-color: #AB59EF;
}
</style>
border-color css
<style>
span { border-color: #AB59EF; }
span { border-color: rgb(171,89,239); }
td.TdClassName
{
border-color: #AB59EF;
}
.TagClassName
{
border-color: #AB59EF;
}
</style>