Shades of Medium Orchid #AD59F9
Tints of Medium Orchid #AD59F9
RGB
CMYK
RGB Variations
Color information
#AD59F9 (or 0xAD59F9) is known color: Medium Orchid. HEX triplet: AD, 59 and F9. RGB value is (173,89,249). Sum of RGB (Red+Green+Blue) = 173+89+249=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD59F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD59F9 is #52A606. Grayscale: #838383. Windows color (decimal): -5416455 or 16341421. OLE color: 16341421.
HSL color Cylindrical-coordinate representation of color #AD59F9: hue angle of 271.5º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD59F9 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 89 | 249 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.02 |
| HSL | 271.5º | 0.93% | 0.66% | - |
| HSV(B) | 271.5º | 0.64% | 0.98% | - |
| XYZ | 37.9 | 22.87 | 92.04 | - |
| YUV | 132.36 | 193.83 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 249 | 0.31 | 0.64 | 0 | 0.02 | 271.5 | 0.93 | 0.66 |
| Hex | AD | 59 | F9 | 1F | 40 | 0 | 2 | 110 | 5D | 42 |
| Octal | 255 | 131 | 371 | 37 | 100 | 0 | 2 | 420 | 135 | 102 |
| Binary | 10101101 | 1011001 | 11111001 | 11111 | 1000000 | 0 | 10 | 100010000 | 1011101 | 1000010 |
Color Harmonies of #AD59F9
Complementary color
Monochromatic Colors of #AD59F9
Black with #AD59F9
Text Example
Text Example
White with #AD59F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD59F9; }
p { color: rgb(173,89,249); }
H1.HeaderClassName
{
color: #AD59F9;
}
.AnyTagClassName
{
color: #AD59F9;
}
</style>
background-color css
<style>
a { background-color: #AD59F9; }
a { background-color: rgb(173,89,249); }
div.DivClassName
{
background-color: #AD59F9;
}
.BgClassName
{
background-color: #AD59F9;
}
</style>
border-color css
<style>
span { border-color: #AD59F9; }
span { border-color: rgb(173,89,249); }
td.TdClassName
{
border-color: #AD59F9;
}
.TagClassName
{
border-color: #AD59F9;
}
</style>