Shades of Medium Orchid #AD51EA
Tints of Medium Orchid #AD51EA
RGB
CMYK
RGB Variations
Color information
#AD51EA (or 0xAD51EA) is known color: Medium Orchid. HEX triplet: AD, 51 and EA. RGB value is (173,81,234). Sum of RGB (Red+Green+Blue) = 173+81+234=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD51EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD51EA is #52AE15. Grayscale: #7D7D7D. Windows color (decimal): -5418518 or 15356333. OLE color: 15356333.
HSL color Cylindrical-coordinate representation of color #AD51EA: hue angle of 276.08º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD51EA is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 81 | 234 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.08 |
| HSL | 276.08º | 0.78% | 0.62% | - |
| HSV(B) | 276.08º | 0.65% | 0.92% | - |
| XYZ | 35.03 | 20.71 | 79.99 | - |
| YUV | 125.95 | 188.98 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 81 | 234 | 0.26 | 0.65 | 0 | 0.08 | 276.08 | 0.78 | 0.62 |
| Hex | AD | 51 | EA | 1A | 41 | 0 | 8 | 114 | 4E | 3E |
| Octal | 255 | 121 | 352 | 32 | 101 | 0 | 10 | 424 | 116 | 76 |
| Binary | 10101101 | 1010001 | 11101010 | 11010 | 1000001 | 0 | 1000 | 100010100 | 1001110 | 111110 |
Color Harmonies of #AD51EA
Complementary color
Monochromatic Colors of #AD51EA
Black with #AD51EA
Text Example
Text Example
White with #AD51EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD51EA; }
p { color: rgb(173,81,234); }
H1.HeaderClassName
{
color: #AD51EA;
}
.AnyTagClassName
{
color: #AD51EA;
}
</style>
background-color css
<style>
a { background-color: #AD51EA; }
a { background-color: rgb(173,81,234); }
div.DivClassName
{
background-color: #AD51EA;
}
.BgClassName
{
background-color: #AD51EA;
}
</style>
border-color css
<style>
span { border-color: #AD51EA; }
span { border-color: rgb(173,81,234); }
td.TdClassName
{
border-color: #AD51EA;
}
.TagClassName
{
border-color: #AD51EA;
}
</style>