Shades of Medium Orchid #AD52E6
Tints of Medium Orchid #AD52E6
RGB
CMYK
RGB Variations
Color information
#AD52E6 (or 0xAD52E6) is known color: Medium Orchid. HEX triplet: AD, 52 and E6. RGB value is (173,82,230). Sum of RGB (Red+Green+Blue) = 173+82+230=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD52E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD52E6 is #52AD19. Grayscale: #7D7D7D. Windows color (decimal): -5418266 or 15094445. OLE color: 15094445.
HSL color Cylindrical-coordinate representation of color #AD52E6: hue angle of 276.89º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD52E6 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 82 | 230 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.10 |
| HSL | 276.89º | 0.75% | 0.61% | - |
| HSV(B) | 276.89º | 0.64% | 0.9% | - |
| XYZ | 34.53 | 20.63 | 77.03 | - |
| YUV | 126.08 | 186.65 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 230 | 0.25 | 0.64 | 0 | 0.10 | 276.89 | 0.75 | 0.61 |
| Hex | AD | 52 | E6 | 19 | 40 | 0 | A | 115 | 4B | 3D |
| Octal | 255 | 122 | 346 | 31 | 100 | 0 | 12 | 425 | 113 | 75 |
| Binary | 10101101 | 1010010 | 11100110 | 11001 | 1000000 | 0 | 1010 | 100010101 | 1001011 | 111101 |
Color Harmonies of #AD52E6
Complementary color
Monochromatic Colors of #AD52E6
Black with #AD52E6
Text Example
Text Example
White with #AD52E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD52E6; }
p { color: rgb(173,82,230); }
H1.HeaderClassName
{
color: #AD52E6;
}
.AnyTagClassName
{
color: #AD52E6;
}
</style>
background-color css
<style>
a { background-color: #AD52E6; }
a { background-color: rgb(173,82,230); }
div.DivClassName
{
background-color: #AD52E6;
}
.BgClassName
{
background-color: #AD52E6;
}
</style>
border-color css
<style>
span { border-color: #AD52E6; }
span { border-color: rgb(173,82,230); }
td.TdClassName
{
border-color: #AD52E6;
}
.TagClassName
{
border-color: #AD52E6;
}
</style>