Shades of Medium Orchid #AD55EB
Tints of Medium Orchid #AD55EB
RGB
CMYK
RGB Variations
Color information
#AD55EB (or 0xAD55EB) is known color: Medium Orchid. HEX triplet: AD, 55 and EB. RGB value is (173,85,235). Sum of RGB (Red+Green+Blue) = 173+85+235=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD55EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD55EB is #52AA14. Grayscale: #7F7F7F. Windows color (decimal): -5417493 or 15422893. OLE color: 15422893.
HSL color Cylindrical-coordinate representation of color #AD55EB: hue angle of 275.2º 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 #AD55EB is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 85 | 235 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.08 |
| HSL | 275.2º | 0.79% | 0.63% | - |
| HSV(B) | 275.2º | 0.64% | 0.92% | - |
| XYZ | 35.48 | 21.38 | 80.85 | - |
| YUV | 128.41 | 188.15 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 235 | 0.26 | 0.64 | 0 | 0.08 | 275.2 | 0.79 | 0.63 |
| Hex | AD | 55 | EB | 1A | 40 | 0 | 8 | 113 | 4F | 3F |
| Octal | 255 | 125 | 353 | 32 | 100 | 0 | 10 | 423 | 117 | 77 |
| Binary | 10101101 | 1010101 | 11101011 | 11010 | 1000000 | 0 | 1000 | 100010011 | 1001111 | 111111 |
Color Harmonies of #AD55EB
Complementary color
Monochromatic Colors of #AD55EB
Black with #AD55EB
Text Example
Text Example
White with #AD55EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD55EB; }
p { color: rgb(173,85,235); }
H1.HeaderClassName
{
color: #AD55EB;
}
.AnyTagClassName
{
color: #AD55EB;
}
</style>
background-color css
<style>
a { background-color: #AD55EB; }
a { background-color: rgb(173,85,235); }
div.DivClassName
{
background-color: #AD55EB;
}
.BgClassName
{
background-color: #AD55EB;
}
</style>
border-color css
<style>
span { border-color: #AD55EB; }
span { border-color: rgb(173,85,235); }
td.TdClassName
{
border-color: #AD55EB;
}
.TagClassName
{
border-color: #AD55EB;
}
</style>