Shades of Medium Orchid #AD61EF
Tints of Medium Orchid #AD61EF
RGB
CMYK
RGB Variations
Color information
#AD61EF (or 0xAD61EF) is known color: Medium Orchid. HEX triplet: AD, 61 and EF. RGB value is (173,97,239). Sum of RGB (Red+Green+Blue) = 173+97+239=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD61EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD61EF is #529E10. Grayscale: #878787. Windows color (decimal): -5414417 or 15688109. OLE color: 15688109.
HSL color Cylindrical-coordinate representation of color #AD61EF: hue angle of 272.11º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD61EF is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 97 | 239 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.06 |
| HSL | 272.11º | 0.82% | 0.66% | - |
| HSV(B) | 272.11º | 0.59% | 0.94% | - |
| XYZ | 37.09 | 23.67 | 84.27 | - |
| YUV | 135.91 | 186.18 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 239 | 0.28 | 0.59 | 0 | 0.06 | 272.11 | 0.82 | 0.66 |
| Hex | AD | 61 | EF | 1C | 3B | 0 | 6 | 110 | 52 | 42 |
| Octal | 255 | 141 | 357 | 34 | 73 | 0 | 6 | 420 | 122 | 102 |
| Binary | 10101101 | 1100001 | 11101111 | 11100 | 111011 | 0 | 110 | 100010000 | 1010010 | 1000010 |
Color Harmonies of #AD61EF
Complementary color
Monochromatic Colors of #AD61EF
Black with #AD61EF
Text Example
Text Example
White with #AD61EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61EF; }
p { color: rgb(173,97,239); }
H1.HeaderClassName
{
color: #AD61EF;
}
.AnyTagClassName
{
color: #AD61EF;
}
</style>
background-color css
<style>
a { background-color: #AD61EF; }
a { background-color: rgb(173,97,239); }
div.DivClassName
{
background-color: #AD61EF;
}
.BgClassName
{
background-color: #AD61EF;
}
</style>
border-color css
<style>
span { border-color: #AD61EF; }
span { border-color: rgb(173,97,239); }
td.TdClassName
{
border-color: #AD61EF;
}
.TagClassName
{
border-color: #AD61EF;
}
</style>