Shades of Medium Orchid #AD46EF
Tints of Medium Orchid #AD46EF
RGB
CMYK
RGB Variations
Color information
#AD46EF (or 0xAD46EF) is known color: Medium Orchid. HEX triplet: AD, 46 and EF. RGB value is (173,70,239). Sum of RGB (Red+Green+Blue) = 173+70+239=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD46EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD46EF is #52B910. Grayscale: #777777. Windows color (decimal): -5421329 or 15681197. OLE color: 15681197.
HSL color Cylindrical-coordinate representation of color #AD46EF: hue angle of 276.57º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD46EF is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 70 | 239 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.06 |
| HSL | 276.57º | 0.84% | 0.61% | - |
| HSV(B) | 276.57º | 0.71% | 0.94% | - |
| XYZ | 35 | 19.5 | 83.58 | - |
| YUV | 120.06 | 195.12 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 239 | 0.28 | 0.71 | 0 | 0.06 | 276.57 | 0.84 | 0.61 |
| Hex | AD | 46 | EF | 1C | 47 | 0 | 6 | 115 | 54 | 3D |
| Octal | 255 | 106 | 357 | 34 | 107 | 0 | 6 | 425 | 124 | 75 |
| Binary | 10101101 | 1000110 | 11101111 | 11100 | 1000111 | 0 | 110 | 100010101 | 1010100 | 111101 |
Color Harmonies of #AD46EF
Complementary color
Monochromatic Colors of #AD46EF
Black with #AD46EF
Text Example
Text Example
White with #AD46EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD46EF; }
p { color: rgb(173,70,239); }
H1.HeaderClassName
{
color: #AD46EF;
}
.AnyTagClassName
{
color: #AD46EF;
}
</style>
background-color css
<style>
a { background-color: #AD46EF; }
a { background-color: rgb(173,70,239); }
div.DivClassName
{
background-color: #AD46EF;
}
.BgClassName
{
background-color: #AD46EF;
}
</style>
border-color css
<style>
span { border-color: #AD46EF; }
span { border-color: rgb(173,70,239); }
td.TdClassName
{
border-color: #AD46EF;
}
.TagClassName
{
border-color: #AD46EF;
}
</style>