Shades of Medium Orchid #AD52F0
Tints of Medium Orchid #AD52F0
RGB
CMYK
RGB Variations
Color information
#AD52F0 (or 0xAD52F0) is known color: Medium Orchid. HEX triplet: AD, 52 and F0. RGB value is (173,82,240). Sum of RGB (Red+Green+Blue) = 173+82+240=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD52F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD52F0 is #52AD0F. Grayscale: #7E7E7E. Windows color (decimal): -5418256 or 15749805. OLE color: 15749805.
HSL color Cylindrical-coordinate representation of color #AD52F0: hue angle of 274.56º degrees, saturation: 0.84, 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 #AD52F0 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 82 | 240 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.06 |
| HSL | 274.56º | 0.84% | 0.63% | - |
| HSV(B) | 274.56º | 0.66% | 0.94% | - |
| XYZ | 35.98 | 21.21 | 84.64 | - |
| YUV | 127.22 | 191.65 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 240 | 0.28 | 0.66 | 0 | 0.06 | 274.56 | 0.84 | 0.63 |
| Hex | AD | 52 | F0 | 1C | 42 | 0 | 6 | 113 | 54 | 3F |
| Octal | 255 | 122 | 360 | 34 | 102 | 0 | 6 | 423 | 124 | 77 |
| Binary | 10101101 | 1010010 | 11110000 | 11100 | 1000010 | 0 | 110 | 100010011 | 1010100 | 111111 |
Color Harmonies of #AD52F0
Complementary color
Monochromatic Colors of #AD52F0
Black with #AD52F0
Text Example
Text Example
White with #AD52F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD52F0; }
p { color: rgb(173,82,240); }
H1.HeaderClassName
{
color: #AD52F0;
}
.AnyTagClassName
{
color: #AD52F0;
}
</style>
background-color css
<style>
a { background-color: #AD52F0; }
a { background-color: rgb(173,82,240); }
div.DivClassName
{
background-color: #AD52F0;
}
.BgClassName
{
background-color: #AD52F0;
}
</style>
border-color css
<style>
span { border-color: #AD52F0; }
span { border-color: rgb(173,82,240); }
td.TdClassName
{
border-color: #AD52F0;
}
.TagClassName
{
border-color: #AD52F0;
}
</style>