Shades of Medium Orchid #AD59F4
Tints of Medium Orchid #AD59F4
RGB
CMYK
RGB Variations
Color information
#AD59F4 (or 0xAD59F4) is known color: Medium Orchid. HEX triplet: AD, 59 and F4. RGB value is (173,89,244). Sum of RGB (Red+Green+Blue) = 173+89+244=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 244 (95.70% from 255 or 48.22% from 506); Max value from RGB is 244 - color contains mainly: blue. Hex color #AD59F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD59F4 is #52A60B. Grayscale: #838383. Windows color (decimal): -5416460 or 16013741. OLE color: 16013741.
HSL color Cylindrical-coordinate representation of color #AD59F4: hue angle of 272.52º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD59F4 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 89 | 244 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.04 |
| HSL | 272.52º | 0.88% | 0.65% | - |
| HSV(B) | 272.52º | 0.64% | 0.96% | - |
| XYZ | 37.14 | 22.56 | 87.99 | - |
| YUV | 131.79 | 191.33 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 244 | 0.29 | 0.64 | 0 | 0.04 | 272.52 | 0.88 | 0.65 |
| Hex | AD | 59 | F4 | 1D | 40 | 0 | 4 | 111 | 58 | 41 |
| Octal | 255 | 131 | 364 | 35 | 100 | 0 | 4 | 421 | 130 | 101 |
| Binary | 10101101 | 1011001 | 11110100 | 11101 | 1000000 | 0 | 100 | 100010001 | 1011000 | 1000001 |
Color Harmonies of #AD59F4
Complementary color
Monochromatic Colors of #AD59F4
Black with #AD59F4
Text Example
Text Example
White with #AD59F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD59F4; }
p { color: rgb(173,89,244); }
H1.HeaderClassName
{
color: #AD59F4;
}
.AnyTagClassName
{
color: #AD59F4;
}
</style>
background-color css
<style>
a { background-color: #AD59F4; }
a { background-color: rgb(173,89,244); }
div.DivClassName
{
background-color: #AD59F4;
}
.BgClassName
{
background-color: #AD59F4;
}
</style>
border-color css
<style>
span { border-color: #AD59F4; }
span { border-color: rgb(173,89,244); }
td.TdClassName
{
border-color: #AD59F4;
}
.TagClassName
{
border-color: #AD59F4;
}
</style>