Shades of Medium Orchid #AD47F7
Tints of Medium Orchid #AD47F7
RGB
CMYK
RGB Variations
Color information
#AD47F7 (or 0xAD47F7) is known color: Medium Orchid. HEX triplet: AD, 47 and F7. RGB value is (173,71,247). Sum of RGB (Red+Green+Blue) = 173+71+247=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 247 (96.88% from 255 or 50.31% from 491); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD47F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD47F7 is #52B808. Grayscale: #787878. Windows color (decimal): -5421065 or 16205741. OLE color: 16205741.
HSL color Cylindrical-coordinate representation of color #AD47F7: hue angle of 274.77º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD47F7 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 71 | 247 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.03 |
| HSL | 274.77º | 0.92% | 0.62% | - |
| HSV(B) | 274.77º | 0.71% | 0.97% | - |
| XYZ | 36.28 | 20.11 | 89.96 | - |
| YUV | 121.56 | 198.79 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 247 | 0.30 | 0.71 | 0 | 0.03 | 274.77 | 0.92 | 0.62 |
| Hex | AD | 47 | F7 | 1E | 47 | 0 | 3 | 113 | 5C | 3E |
| Octal | 255 | 107 | 367 | 36 | 107 | 0 | 3 | 423 | 134 | 76 |
| Binary | 10101101 | 1000111 | 11110111 | 11110 | 1000111 | 0 | 11 | 100010011 | 1011100 | 111110 |
Color Harmonies of #AD47F7
Complementary color
Monochromatic Colors of #AD47F7
Black with #AD47F7
Text Example
Text Example
White with #AD47F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD47F7; }
p { color: rgb(173,71,247); }
H1.HeaderClassName
{
color: #AD47F7;
}
.AnyTagClassName
{
color: #AD47F7;
}
</style>
background-color css
<style>
a { background-color: #AD47F7; }
a { background-color: rgb(173,71,247); }
div.DivClassName
{
background-color: #AD47F7;
}
.BgClassName
{
background-color: #AD47F7;
}
</style>
border-color css
<style>
span { border-color: #AD47F7; }
span { border-color: rgb(173,71,247); }
td.TdClassName
{
border-color: #AD47F7;
}
.TagClassName
{
border-color: #AD47F7;
}
</style>