Shades of Medium Orchid #AD51E0
Tints of Medium Orchid #AD51E0
RGB
CMYK
RGB Variations
Color information
#AD51E0 (or 0xAD51E0) is known color: Medium Orchid. HEX triplet: AD, 51 and E0. RGB value is (173,81,224). Sum of RGB (Red+Green+Blue) = 173+81+224=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD51E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD51E0 is #52AE1F. Grayscale: #7C7C7C. Windows color (decimal): -5418528 or 14700973. OLE color: 14700973.
HSL color Cylindrical-coordinate representation of color #AD51E0: hue angle of 278.6º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD51E0 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 81 | 224 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.12 |
| HSL | 278.6º | 0.7% | 0.6% | - |
| HSV(B) | 278.6º | 0.64% | 0.88% | - |
| XYZ | 33.63 | 20.15 | 72.64 | - |
| YUV | 124.81 | 183.98 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 224 | 0.23 | 0.64 | 0 | 0.12 | 278.6 | 0.7 | 0.6 |
| Hex | AD | 51 | E0 | 17 | 40 | 0 | C | 117 | 46 | 3C |
| Octal | 255 | 121 | 340 | 27 | 100 | 0 | 14 | 427 | 106 | 74 |
| Binary | 10101101 | 1010001 | 11100000 | 10111 | 1000000 | 0 | 1100 | 100010111 | 1000110 | 111100 |
Color Harmonies of #AD51E0
Complementary color
Monochromatic Colors of #AD51E0
Black with #AD51E0
Text Example
Text Example
White with #AD51E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD51E0; }
p { color: rgb(173,81,224); }
H1.HeaderClassName
{
color: #AD51E0;
}
.AnyTagClassName
{
color: #AD51E0;
}
</style>
background-color css
<style>
a { background-color: #AD51E0; }
a { background-color: rgb(173,81,224); }
div.DivClassName
{
background-color: #AD51E0;
}
.BgClassName
{
background-color: #AD51E0;
}
</style>
border-color css
<style>
span { border-color: #AD51E0; }
span { border-color: rgb(173,81,224); }
td.TdClassName
{
border-color: #AD51E0;
}
.TagClassName
{
border-color: #AD51E0;
}
</style>