Shades of Medium Orchid #AD5EEE
Tints of Medium Orchid #AD5EEE
RGB
CMYK
RGB Variations
Color information
#AD5EEE (or 0xAD5EEE) is known color: Medium Orchid. HEX triplet: AD, 5E and EE. RGB value is (173,94,238). Sum of RGB (Red+Green+Blue) = 173+94+238=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD5EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5EEE is #52A111. Grayscale: #858585. Windows color (decimal): -5415186 or 15621805. OLE color: 15621805.
HSL color Cylindrical-coordinate representation of color #AD5EEE: hue angle of 272.92º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD5EEE is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 94 | 238 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.07 |
| HSL | 272.92º | 0.81% | 0.65% | - |
| HSV(B) | 272.92º | 0.61% | 0.93% | - |
| XYZ | 36.67 | 23.06 | 83.41 | - |
| YUV | 134.04 | 186.67 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 238 | 0.27 | 0.61 | 0 | 0.07 | 272.92 | 0.81 | 0.65 |
| Hex | AD | 5E | EE | 1B | 3D | 0 | 7 | 111 | 51 | 41 |
| Octal | 255 | 136 | 356 | 33 | 75 | 0 | 7 | 421 | 121 | 101 |
| Binary | 10101101 | 1011110 | 11101110 | 11011 | 111101 | 0 | 111 | 100010001 | 1010001 | 1000001 |
Color Harmonies of #AD5EEE
Complementary color
Monochromatic Colors of #AD5EEE
Black with #AD5EEE
Text Example
Text Example
White with #AD5EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EEE; }
p { color: rgb(173,94,238); }
H1.HeaderClassName
{
color: #AD5EEE;
}
.AnyTagClassName
{
color: #AD5EEE;
}
</style>
background-color css
<style>
a { background-color: #AD5EEE; }
a { background-color: rgb(173,94,238); }
div.DivClassName
{
background-color: #AD5EEE;
}
.BgClassName
{
background-color: #AD5EEE;
}
</style>
border-color css
<style>
span { border-color: #AD5EEE; }
span { border-color: rgb(173,94,238); }
td.TdClassName
{
border-color: #AD5EEE;
}
.TagClassName
{
border-color: #AD5EEE;
}
</style>