Shades of Medium Orchid #AD46E9
Tints of Medium Orchid #AD46E9
RGB
CMYK
RGB Variations
Color information
#AD46E9 (or 0xAD46E9) is known color: Medium Orchid. HEX triplet: AD, 46 and E9. RGB value is (173,70,233). Sum of RGB (Red+Green+Blue) = 173+70+233=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 70 (27.73% from 255 or 14.71% from 476); Blue value is 233 (91.41% from 255 or 48.95% from 476); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD46E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD46E9 is #52B916. Grayscale: #767676. Windows color (decimal): -5421335 or 15287981. OLE color: 15287981.
HSL color Cylindrical-coordinate representation of color #AD46E9: hue angle of 277.91º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD46E9 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 70 | 233 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.09 |
| HSL | 277.91º | 0.79% | 0.59% | - |
| HSV(B) | 277.91º | 0.7% | 0.91% | - |
| XYZ | 34.13 | 19.15 | 78.99 | - |
| YUV | 119.38 | 192.12 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 233 | 0.26 | 0.70 | 0 | 0.09 | 277.91 | 0.79 | 0.59 |
| Hex | AD | 46 | E9 | 1A | 46 | 0 | 9 | 116 | 4F | 3B |
| Octal | 255 | 106 | 351 | 32 | 106 | 0 | 11 | 426 | 117 | 73 |
| Binary | 10101101 | 1000110 | 11101001 | 11010 | 1000110 | 0 | 1001 | 100010110 | 1001111 | 111011 |
Color Harmonies of #AD46E9
Complementary color
Monochromatic Colors of #AD46E9
Black with #AD46E9
Text Example
Text Example
White with #AD46E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD46E9; }
p { color: rgb(173,70,233); }
H1.HeaderClassName
{
color: #AD46E9;
}
.AnyTagClassName
{
color: #AD46E9;
}
</style>
background-color css
<style>
a { background-color: #AD46E9; }
a { background-color: rgb(173,70,233); }
div.DivClassName
{
background-color: #AD46E9;
}
.BgClassName
{
background-color: #AD46E9;
}
</style>
border-color css
<style>
span { border-color: #AD46E9; }
span { border-color: rgb(173,70,233); }
td.TdClassName
{
border-color: #AD46E9;
}
.TagClassName
{
border-color: #AD46E9;
}
</style>