Shades of Medium Orchid #AD59FD
Tints of Medium Orchid #AD59FD
RGB
CMYK
RGB Variations
Color information
#AD59FD (or 0xAD59FD) is known color: Medium Orchid. HEX triplet: AD, 59 and FD. RGB value is (173,89,253). Sum of RGB (Red+Green+Blue) = 173+89+253=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD59FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD59FD is #52A602. Grayscale: #848484. Windows color (decimal): -5416451 or 16603565. OLE color: 16603565.
HSL color Cylindrical-coordinate representation of color #AD59FD: hue angle of 270.73º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD59FD is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 89 | 253 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.01 |
| HSL | 270.73º | 0.98% | 0.67% | - |
| HSV(B) | 270.73º | 0.65% | 0.99% | - |
| XYZ | 38.54 | 23.12 | 95.36 | - |
| YUV | 132.81 | 195.83 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 253 | 0.32 | 0.65 | 0 | 0.01 | 270.73 | 0.98 | 0.67 |
| Hex | AD | 59 | FD | 20 | 41 | 0 | 1 | 10F | 62 | 43 |
| Octal | 255 | 131 | 375 | 40 | 101 | 0 | 1 | 417 | 142 | 103 |
| Binary | 10101101 | 1011001 | 11111101 | 100000 | 1000001 | 0 | 1 | 100001111 | 1100010 | 1000011 |
Color Harmonies of #AD59FD
Complementary color
Monochromatic Colors of #AD59FD
Black with #AD59FD
Text Example
Text Example
White with #AD59FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD59FD; }
p { color: rgb(173,89,253); }
H1.HeaderClassName
{
color: #AD59FD;
}
.AnyTagClassName
{
color: #AD59FD;
}
</style>
background-color css
<style>
a { background-color: #AD59FD; }
a { background-color: rgb(173,89,253); }
div.DivClassName
{
background-color: #AD59FD;
}
.BgClassName
{
background-color: #AD59FD;
}
</style>
border-color css
<style>
span { border-color: #AD59FD; }
span { border-color: rgb(173,89,253); }
td.TdClassName
{
border-color: #AD59FD;
}
.TagClassName
{
border-color: #AD59FD;
}
</style>