Shades of Medium Orchid #AD59F8
Tints of Medium Orchid #AD59F8
RGB
CMYK
RGB Variations
Color information
#AD59F8 (or 0xAD59F8) is known color: Medium Orchid. HEX triplet: AD, 59 and F8. RGB value is (173,89,248). Sum of RGB (Red+Green+Blue) = 173+89+248=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 248 (97.27% from 255 or 48.63% from 510); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD59F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD59F8 is #52A607. Grayscale: #838383. Windows color (decimal): -5416456 or 16275885. OLE color: 16275885.
HSL color Cylindrical-coordinate representation of color #AD59F8: hue angle of 271.7º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD59F8 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 89 | 248 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.03 |
| HSL | 271.7º | 0.92% | 0.66% | - |
| HSV(B) | 271.7º | 0.64% | 0.97% | - |
| XYZ | 37.75 | 22.81 | 91.22 | - |
| YUV | 132.24 | 193.33 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 248 | 0.30 | 0.64 | 0 | 0.03 | 271.7 | 0.92 | 0.66 |
| Hex | AD | 59 | F8 | 1E | 40 | 0 | 3 | 110 | 5C | 42 |
| Octal | 255 | 131 | 370 | 36 | 100 | 0 | 3 | 420 | 134 | 102 |
| Binary | 10101101 | 1011001 | 11111000 | 11110 | 1000000 | 0 | 11 | 100010000 | 1011100 | 1000010 |
Color Harmonies of #AD59F8
Complementary color
Monochromatic Colors of #AD59F8
Black with #AD59F8
Text Example
Text Example
White with #AD59F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD59F8; }
p { color: rgb(173,89,248); }
H1.HeaderClassName
{
color: #AD59F8;
}
.AnyTagClassName
{
color: #AD59F8;
}
</style>
background-color css
<style>
a { background-color: #AD59F8; }
a { background-color: rgb(173,89,248); }
div.DivClassName
{
background-color: #AD59F8;
}
.BgClassName
{
background-color: #AD59F8;
}
</style>
border-color css
<style>
span { border-color: #AD59F8; }
span { border-color: rgb(173,89,248); }
td.TdClassName
{
border-color: #AD59F8;
}
.TagClassName
{
border-color: #AD59F8;
}
</style>