Shades of Medium Orchid #AD48EE
Tints of Medium Orchid #AD48EE
RGB
CMYK
RGB Variations
Color information
#AD48EE (or 0xAD48EE) is known color: Medium Orchid. HEX triplet: AD, 48 and EE. RGB value is (173,72,238). Sum of RGB (Red+Green+Blue) = 173+72+238=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD48EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD48EE is #52B711. Grayscale: #787878. Windows color (decimal): -5420818 or 15616173. OLE color: 15616173.
HSL color Cylindrical-coordinate representation of color #AD48EE: hue angle of 276.51º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD48EE is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 72 | 238 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.07 |
| HSL | 276.51º | 0.83% | 0.61% | - |
| HSV(B) | 276.51º | 0.7% | 0.93% | - |
| XYZ | 34.98 | 19.69 | 82.85 | - |
| YUV | 121.12 | 193.96 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 238 | 0.27 | 0.70 | 0 | 0.07 | 276.51 | 0.83 | 0.61 |
| Hex | AD | 48 | EE | 1B | 46 | 0 | 7 | 115 | 53 | 3D |
| Octal | 255 | 110 | 356 | 33 | 106 | 0 | 7 | 425 | 123 | 75 |
| Binary | 10101101 | 1001000 | 11101110 | 11011 | 1000110 | 0 | 111 | 100010101 | 1010011 | 111101 |
Color Harmonies of #AD48EE
Complementary color
Monochromatic Colors of #AD48EE
Black with #AD48EE
Text Example
Text Example
White with #AD48EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD48EE; }
p { color: rgb(173,72,238); }
H1.HeaderClassName
{
color: #AD48EE;
}
.AnyTagClassName
{
color: #AD48EE;
}
</style>
background-color css
<style>
a { background-color: #AD48EE; }
a { background-color: rgb(173,72,238); }
div.DivClassName
{
background-color: #AD48EE;
}
.BgClassName
{
background-color: #AD48EE;
}
</style>
border-color css
<style>
span { border-color: #AD48EE; }
span { border-color: rgb(173,72,238); }
td.TdClassName
{
border-color: #AD48EE;
}
.TagClassName
{
border-color: #AD48EE;
}
</style>