Shades of Medium Orchid #AD47EB
Tints of Medium Orchid #AD47EB
RGB
CMYK
RGB Variations
Color information
#AD47EB (or 0xAD47EB) is known color: Medium Orchid. HEX triplet: AD, 47 and EB. RGB value is (173,71,235). Sum of RGB (Red+Green+Blue) = 173+71+235=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD47EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD47EB is #52B814. Grayscale: #777777. Windows color (decimal): -5421077 or 15419309. OLE color: 15419309.
HSL color Cylindrical-coordinate representation of color #AD47EB: hue angle of 277.32º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD47EB is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 71 | 235 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.08 |
| HSL | 277.32º | 0.8% | 0.6% | - |
| HSV(B) | 277.32º | 0.7% | 0.92% | - |
| XYZ | 34.48 | 19.39 | 80.52 | - |
| YUV | 120.19 | 192.79 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 235 | 0.26 | 0.70 | 0 | 0.08 | 277.32 | 0.8 | 0.6 |
| Hex | AD | 47 | EB | 1A | 46 | 0 | 8 | 115 | 50 | 3C |
| Octal | 255 | 107 | 353 | 32 | 106 | 0 | 10 | 425 | 120 | 74 |
| Binary | 10101101 | 1000111 | 11101011 | 11010 | 1000110 | 0 | 1000 | 100010101 | 1010000 | 111100 |
Color Harmonies of #AD47EB
Complementary color
Monochromatic Colors of #AD47EB
Black with #AD47EB
Text Example
Text Example
White with #AD47EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD47EB; }
p { color: rgb(173,71,235); }
H1.HeaderClassName
{
color: #AD47EB;
}
.AnyTagClassName
{
color: #AD47EB;
}
</style>
background-color css
<style>
a { background-color: #AD47EB; }
a { background-color: rgb(173,71,235); }
div.DivClassName
{
background-color: #AD47EB;
}
.BgClassName
{
background-color: #AD47EB;
}
</style>
border-color css
<style>
span { border-color: #AD47EB; }
span { border-color: rgb(173,71,235); }
td.TdClassName
{
border-color: #AD47EB;
}
.TagClassName
{
border-color: #AD47EB;
}
</style>