Shades of Medium Orchid #AD54EB
Tints of Medium Orchid #AD54EB
RGB
CMYK
RGB Variations
Color information
#AD54EB (or 0xAD54EB) is known color: Medium Orchid. HEX triplet: AD, 54 and EB. RGB value is (173,84,235). Sum of RGB (Red+Green+Blue) = 173+84+235=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD54EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD54EB is #52AB14. Grayscale: #7F7F7F. Windows color (decimal): -5417749 or 15422637. OLE color: 15422637.
HSL color Cylindrical-coordinate representation of color #AD54EB: hue angle of 275.36º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD54EB is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 84 | 235 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.08 |
| HSL | 275.36º | 0.79% | 0.63% | - |
| HSV(B) | 275.36º | 0.64% | 0.92% | - |
| XYZ | 35.4 | 21.22 | 80.83 | - |
| YUV | 127.83 | 188.49 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 235 | 0.26 | 0.64 | 0 | 0.08 | 275.36 | 0.79 | 0.63 |
| Hex | AD | 54 | EB | 1A | 40 | 0 | 8 | 113 | 4F | 3F |
| Octal | 255 | 124 | 353 | 32 | 100 | 0 | 10 | 423 | 117 | 77 |
| Binary | 10101101 | 1010100 | 11101011 | 11010 | 1000000 | 0 | 1000 | 100010011 | 1001111 | 111111 |
Color Harmonies of #AD54EB
Complementary color
Monochromatic Colors of #AD54EB
Black with #AD54EB
Text Example
Text Example
White with #AD54EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD54EB; }
p { color: rgb(173,84,235); }
H1.HeaderClassName
{
color: #AD54EB;
}
.AnyTagClassName
{
color: #AD54EB;
}
</style>
background-color css
<style>
a { background-color: #AD54EB; }
a { background-color: rgb(173,84,235); }
div.DivClassName
{
background-color: #AD54EB;
}
.BgClassName
{
background-color: #AD54EB;
}
</style>
border-color css
<style>
span { border-color: #AD54EB; }
span { border-color: rgb(173,84,235); }
td.TdClassName
{
border-color: #AD54EB;
}
.TagClassName
{
border-color: #AD54EB;
}
</style>