Shades of Medium Orchid #AD52EF
Tints of Medium Orchid #AD52EF
RGB
CMYK
RGB Variations
Color information
#AD52EF (or 0xAD52EF) is known color: Medium Orchid. HEX triplet: AD, 52 and EF. RGB value is (173,82,239). Sum of RGB (Red+Green+Blue) = 173+82+239=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD52EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD52EF is #52AD10. Grayscale: #7E7E7E. Windows color (decimal): -5418257 or 15684269. OLE color: 15684269.
HSL color Cylindrical-coordinate representation of color #AD52EF: hue angle of 274.78º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD52EF is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 82 | 239 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.06 |
| HSL | 274.78º | 0.83% | 0.63% | - |
| HSV(B) | 274.78º | 0.66% | 0.94% | - |
| XYZ | 35.83 | 21.15 | 83.86 | - |
| YUV | 127.11 | 191.15 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 239 | 0.28 | 0.66 | 0 | 0.06 | 274.78 | 0.83 | 0.63 |
| Hex | AD | 52 | EF | 1C | 42 | 0 | 6 | 113 | 53 | 3F |
| Octal | 255 | 122 | 357 | 34 | 102 | 0 | 6 | 423 | 123 | 77 |
| Binary | 10101101 | 1010010 | 11101111 | 11100 | 1000010 | 0 | 110 | 100010011 | 1010011 | 111111 |
Color Harmonies of #AD52EF
Complementary color
Monochromatic Colors of #AD52EF
Black with #AD52EF
Text Example
Text Example
White with #AD52EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD52EF; }
p { color: rgb(173,82,239); }
H1.HeaderClassName
{
color: #AD52EF;
}
.AnyTagClassName
{
color: #AD52EF;
}
</style>
background-color css
<style>
a { background-color: #AD52EF; }
a { background-color: rgb(173,82,239); }
div.DivClassName
{
background-color: #AD52EF;
}
.BgClassName
{
background-color: #AD52EF;
}
</style>
border-color css
<style>
span { border-color: #AD52EF; }
span { border-color: rgb(173,82,239); }
td.TdClassName
{
border-color: #AD52EF;
}
.TagClassName
{
border-color: #AD52EF;
}
</style>