Shades of Medium Orchid #AD45EF
Tints of Medium Orchid #AD45EF
RGB
CMYK
RGB Variations
Color information
#AD45EF (or 0xAD45EF) is known color: Medium Orchid. HEX triplet: AD, 45 and EF. RGB value is (173,69,239). Sum of RGB (Red+Green+Blue) = 173+69+239=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 69 (27.34% from 255 or 14.35% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD45EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD45EF is #52BA10. Grayscale: #767676. Windows color (decimal): -5421585 or 15680941. OLE color: 15680941.
HSL color Cylindrical-coordinate representation of color #AD45EF: hue angle of 276.71º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD45EF is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 69 | 239 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.06 |
| HSL | 276.71º | 0.84% | 0.6% | - |
| HSV(B) | 276.71º | 0.71% | 0.94% | - |
| XYZ | 34.94 | 19.37 | 83.56 | - |
| YUV | 119.48 | 195.46 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 239 | 0.28 | 0.71 | 0 | 0.06 | 276.71 | 0.84 | 0.6 |
| Hex | AD | 45 | EF | 1C | 47 | 0 | 6 | 115 | 54 | 3C |
| Octal | 255 | 105 | 357 | 34 | 107 | 0 | 6 | 425 | 124 | 74 |
| Binary | 10101101 | 1000101 | 11101111 | 11100 | 1000111 | 0 | 110 | 100010101 | 1010100 | 111100 |
Color Harmonies of #AD45EF
Complementary color
Monochromatic Colors of #AD45EF
Black with #AD45EF
Text Example
Text Example
White with #AD45EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD45EF; }
p { color: rgb(173,69,239); }
H1.HeaderClassName
{
color: #AD45EF;
}
.AnyTagClassName
{
color: #AD45EF;
}
</style>
background-color css
<style>
a { background-color: #AD45EF; }
a { background-color: rgb(173,69,239); }
div.DivClassName
{
background-color: #AD45EF;
}
.BgClassName
{
background-color: #AD45EF;
}
</style>
border-color css
<style>
span { border-color: #AD45EF; }
span { border-color: rgb(173,69,239); }
td.TdClassName
{
border-color: #AD45EF;
}
.TagClassName
{
border-color: #AD45EF;
}
</style>