Shades of Medium Orchid #AD52E9
Tints of Medium Orchid #AD52E9
RGB
CMYK
RGB Variations
Color information
#AD52E9 (or 0xAD52E9) is known color: Medium Orchid. HEX triplet: AD, 52 and E9. RGB value is (173,82,233). Sum of RGB (Red+Green+Blue) = 173+82+233=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD52E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD52E9 is #52AD16. Grayscale: #7D7D7D. Windows color (decimal): -5418263 or 15291053. OLE color: 15291053.
HSL color Cylindrical-coordinate representation of color #AD52E9: hue angle of 276.16º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD52E9 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 82 | 233 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.09 |
| HSL | 276.16º | 0.77% | 0.62% | - |
| HSV(B) | 276.16º | 0.65% | 0.91% | - |
| XYZ | 34.96 | 20.8 | 79.26 | - |
| YUV | 126.42 | 188.15 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 233 | 0.26 | 0.65 | 0 | 0.09 | 276.16 | 0.77 | 0.62 |
| Hex | AD | 52 | E9 | 1A | 41 | 0 | 9 | 114 | 4D | 3E |
| Octal | 255 | 122 | 351 | 32 | 101 | 0 | 11 | 424 | 115 | 76 |
| Binary | 10101101 | 1010010 | 11101001 | 11010 | 1000001 | 0 | 1001 | 100010100 | 1001101 | 111110 |
Color Harmonies of #AD52E9
Complementary color
Monochromatic Colors of #AD52E9
Black with #AD52E9
Text Example
Text Example
White with #AD52E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD52E9; }
p { color: rgb(173,82,233); }
H1.HeaderClassName
{
color: #AD52E9;
}
.AnyTagClassName
{
color: #AD52E9;
}
</style>
background-color css
<style>
a { background-color: #AD52E9; }
a { background-color: rgb(173,82,233); }
div.DivClassName
{
background-color: #AD52E9;
}
.BgClassName
{
background-color: #AD52E9;
}
</style>
border-color css
<style>
span { border-color: #AD52E9; }
span { border-color: rgb(173,82,233); }
td.TdClassName
{
border-color: #AD52E9;
}
.TagClassName
{
border-color: #AD52E9;
}
</style>