Shades of Medium Orchid #AD54EF
Tints of Medium Orchid #AD54EF
RGB
CMYK
RGB Variations
Color information
#AD54EF (or 0xAD54EF) is known color: Medium Orchid. HEX triplet: AD, 54 and EF. RGB value is (173,84,239). Sum of RGB (Red+Green+Blue) = 173+84+239=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD54EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD54EF is #52AB10. Grayscale: #7F7F7F. Windows color (decimal): -5417745 or 15684781. OLE color: 15684781.
HSL color Cylindrical-coordinate representation of color #AD54EF: hue angle of 274.45º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD54EF is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 84 | 239 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.06 |
| HSL | 274.45º | 0.83% | 0.63% | - |
| HSV(B) | 274.45º | 0.65% | 0.94% | - |
| XYZ | 35.98 | 21.46 | 83.91 | - |
| YUV | 128.28 | 190.49 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 239 | 0.28 | 0.65 | 0 | 0.06 | 274.45 | 0.83 | 0.63 |
| Hex | AD | 54 | EF | 1C | 41 | 0 | 6 | 112 | 53 | 3F |
| Octal | 255 | 124 | 357 | 34 | 101 | 0 | 6 | 422 | 123 | 77 |
| Binary | 10101101 | 1010100 | 11101111 | 11100 | 1000001 | 0 | 110 | 100010010 | 1010011 | 111111 |
Color Harmonies of #AD54EF
Complementary color
Monochromatic Colors of #AD54EF
Black with #AD54EF
Text Example
Text Example
White with #AD54EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD54EF; }
p { color: rgb(173,84,239); }
H1.HeaderClassName
{
color: #AD54EF;
}
.AnyTagClassName
{
color: #AD54EF;
}
</style>
background-color css
<style>
a { background-color: #AD54EF; }
a { background-color: rgb(173,84,239); }
div.DivClassName
{
background-color: #AD54EF;
}
.BgClassName
{
background-color: #AD54EF;
}
</style>
border-color css
<style>
span { border-color: #AD54EF; }
span { border-color: rgb(173,84,239); }
td.TdClassName
{
border-color: #AD54EF;
}
.TagClassName
{
border-color: #AD54EF;
}
</style>