Shades of Medium Orchid #AD40EA
Tints of Medium Orchid #AD40EA
RGB
CMYK
RGB Variations
Color information
#AD40EA (or 0xAD40EA) is known color: Medium Orchid. HEX triplet: AD, 40 and EA. RGB value is (173,64,234). Sum of RGB (Red+Green+Blue) = 173+64+234=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD40EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD40EA is #52BF15. Grayscale: #737373. Windows color (decimal): -5422870 or 15351981. OLE color: 15351981.
HSL color Cylindrical-coordinate representation of color #AD40EA: hue angle of 278.47º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD40EA is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 64 | 234 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.08 |
| HSL | 278.47º | 0.8% | 0.58% | - |
| HSV(B) | 278.47º | 0.73% | 0.92% | - |
| XYZ | 33.92 | 18.49 | 79.62 | - |
| YUV | 115.97 | 194.61 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 234 | 0.26 | 0.73 | 0 | 0.08 | 278.47 | 0.8 | 0.58 |
| Hex | AD | 40 | EA | 1A | 49 | 0 | 8 | 116 | 50 | 3A |
| Octal | 255 | 100 | 352 | 32 | 111 | 0 | 10 | 426 | 120 | 72 |
| Binary | 10101101 | 1000000 | 11101010 | 11010 | 1001001 | 0 | 1000 | 100010110 | 1010000 | 111010 |
Color Harmonies of #AD40EA
Complementary color
Monochromatic Colors of #AD40EA
Black with #AD40EA
Text Example
Text Example
White with #AD40EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD40EA; }
p { color: rgb(173,64,234); }
H1.HeaderClassName
{
color: #AD40EA;
}
.AnyTagClassName
{
color: #AD40EA;
}
</style>
background-color css
<style>
a { background-color: #AD40EA; }
a { background-color: rgb(173,64,234); }
div.DivClassName
{
background-color: #AD40EA;
}
.BgClassName
{
background-color: #AD40EA;
}
</style>
border-color css
<style>
span { border-color: #AD40EA; }
span { border-color: rgb(173,64,234); }
td.TdClassName
{
border-color: #AD40EA;
}
.TagClassName
{
border-color: #AD40EA;
}
</style>