Shades of Medium Orchid #AD5EEF
Tints of Medium Orchid #AD5EEF
RGB
CMYK
RGB Variations
Color information
#AD5EEF (or 0xAD5EEF) is known color: Medium Orchid. HEX triplet: AD, 5E and EF. RGB value is (173,94,239). Sum of RGB (Red+Green+Blue) = 173+94+239=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD5EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD5EEF is #52A110. Grayscale: #858585. Windows color (decimal): -5415185 or 15687341. OLE color: 15687341.
HSL color Cylindrical-coordinate representation of color #AD5EEF: hue angle of 272.69º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD5EEF is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 94 | 239 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.06 |
| HSL | 272.69º | 0.82% | 0.65% | - |
| HSV(B) | 272.69º | 0.61% | 0.94% | - |
| XYZ | 36.82 | 23.12 | 84.18 | - |
| YUV | 134.15 | 187.17 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 239 | 0.28 | 0.61 | 0 | 0.06 | 272.69 | 0.82 | 0.65 |
| Hex | AD | 5E | EF | 1C | 3D | 0 | 6 | 111 | 52 | 41 |
| Octal | 255 | 136 | 357 | 34 | 75 | 0 | 6 | 421 | 122 | 101 |
| Binary | 10101101 | 1011110 | 11101111 | 11100 | 111101 | 0 | 110 | 100010001 | 1010010 | 1000001 |
Color Harmonies of #AD5EEF
Complementary color
Monochromatic Colors of #AD5EEF
Black with #AD5EEF
Text Example
Text Example
White with #AD5EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EEF; }
p { color: rgb(173,94,239); }
H1.HeaderClassName
{
color: #AD5EEF;
}
.AnyTagClassName
{
color: #AD5EEF;
}
</style>
background-color css
<style>
a { background-color: #AD5EEF; }
a { background-color: rgb(173,94,239); }
div.DivClassName
{
background-color: #AD5EEF;
}
.BgClassName
{
background-color: #AD5EEF;
}
</style>
border-color css
<style>
span { border-color: #AD5EEF; }
span { border-color: rgb(173,94,239); }
td.TdClassName
{
border-color: #AD5EEF;
}
.TagClassName
{
border-color: #AD5EEF;
}
</style>