Shades of Medium Orchid #AD49EE
Tints of Medium Orchid #AD49EE
RGB
CMYK
RGB Variations
Color information
#AD49EE (or 0xAD49EE) is known color: Medium Orchid. HEX triplet: AD, 49 and EE. RGB value is (173,73,238). Sum of RGB (Red+Green+Blue) = 173+73+238=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD49EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD49EE is #52B611. Grayscale: #797979. Windows color (decimal): -5420562 or 15616429. OLE color: 15616429.
HSL color Cylindrical-coordinate representation of color #AD49EE: hue angle of 276.36º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD49EE is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 73 | 238 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.07 |
| HSL | 276.36º | 0.83% | 0.61% | - |
| HSV(B) | 276.36º | 0.69% | 0.93% | - |
| XYZ | 35.05 | 19.82 | 82.87 | - |
| YUV | 121.71 | 193.63 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 238 | 0.27 | 0.69 | 0 | 0.07 | 276.36 | 0.83 | 0.61 |
| Hex | AD | 49 | EE | 1B | 45 | 0 | 7 | 114 | 53 | 3D |
| Octal | 255 | 111 | 356 | 33 | 105 | 0 | 7 | 424 | 123 | 75 |
| Binary | 10101101 | 1001001 | 11101110 | 11011 | 1000101 | 0 | 111 | 100010100 | 1010011 | 111101 |
Color Harmonies of #AD49EE
Complementary color
Monochromatic Colors of #AD49EE
Black with #AD49EE
Text Example
Text Example
White with #AD49EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD49EE; }
p { color: rgb(173,73,238); }
H1.HeaderClassName
{
color: #AD49EE;
}
.AnyTagClassName
{
color: #AD49EE;
}
</style>
background-color css
<style>
a { background-color: #AD49EE; }
a { background-color: rgb(173,73,238); }
div.DivClassName
{
background-color: #AD49EE;
}
.BgClassName
{
background-color: #AD49EE;
}
</style>
border-color css
<style>
span { border-color: #AD49EE; }
span { border-color: rgb(173,73,238); }
td.TdClassName
{
border-color: #AD49EE;
}
.TagClassName
{
border-color: #AD49EE;
}
</style>