Shades of Medium Orchid #AD59EF
Tints of Medium Orchid #AD59EF
RGB
CMYK
RGB Variations
Color information
#AD59EF (or 0xAD59EF) is known color: Medium Orchid. HEX triplet: AD, 59 and EF. RGB value is (173,89,239). Sum of RGB (Red+Green+Blue) = 173+89+239=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 89 (35.16% from 255 or 17.76% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD59EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD59EF is #52A610. Grayscale: #828282. Windows color (decimal): -5416465 or 15686061. OLE color: 15686061.
HSL color Cylindrical-coordinate representation of color #AD59EF: hue angle of 273.6º 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 #AD59EF is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 89 | 239 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.06 |
| HSL | 273.6º | 0.82% | 0.64% | - |
| HSV(B) | 273.6º | 0.63% | 0.94% | - |
| XYZ | 36.39 | 22.26 | 84.04 | - |
| YUV | 131.22 | 188.83 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 239 | 0.28 | 0.63 | 0 | 0.06 | 273.6 | 0.82 | 0.64 |
| Hex | AD | 59 | EF | 1C | 3F | 0 | 6 | 112 | 52 | 40 |
| Octal | 255 | 131 | 357 | 34 | 77 | 0 | 6 | 422 | 122 | 100 |
| Binary | 10101101 | 1011001 | 11101111 | 11100 | 111111 | 0 | 110 | 100010010 | 1010010 | 1000000 |
Color Harmonies of #AD59EF
Complementary color
Monochromatic Colors of #AD59EF
Black with #AD59EF
Text Example
Text Example
White with #AD59EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD59EF; }
p { color: rgb(173,89,239); }
H1.HeaderClassName
{
color: #AD59EF;
}
.AnyTagClassName
{
color: #AD59EF;
}
</style>
background-color css
<style>
a { background-color: #AD59EF; }
a { background-color: rgb(173,89,239); }
div.DivClassName
{
background-color: #AD59EF;
}
.BgClassName
{
background-color: #AD59EF;
}
</style>
border-color css
<style>
span { border-color: #AD59EF; }
span { border-color: rgb(173,89,239); }
td.TdClassName
{
border-color: #AD59EF;
}
.TagClassName
{
border-color: #AD59EF;
}
</style>