Shades of Medium Orchid #AD41EB
Tints of Medium Orchid #AD41EB
RGB
CMYK
RGB Variations
Color information
#AD41EB (or 0xAD41EB) is known color: Medium Orchid. HEX triplet: AD, 41 and EB. RGB value is (173,65,235). Sum of RGB (Red+Green+Blue) = 173+65+235=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD41EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD41EB is #52BE14. Grayscale: #747474. Windows color (decimal): -5422613 or 15417773. OLE color: 15417773.
HSL color Cylindrical-coordinate representation of color #AD41EB: hue angle of 278.12º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD41EB is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 65 | 235 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.08 |
| HSL | 278.12º | 0.81% | 0.59% | - |
| HSV(B) | 278.12º | 0.72% | 0.92% | - |
| XYZ | 34.12 | 18.66 | 80.4 | - |
| YUV | 116.67 | 194.78 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 235 | 0.26 | 0.72 | 0 | 0.08 | 278.12 | 0.81 | 0.59 |
| Hex | AD | 41 | EB | 1A | 48 | 0 | 8 | 116 | 51 | 3B |
| Octal | 255 | 101 | 353 | 32 | 110 | 0 | 10 | 426 | 121 | 73 |
| Binary | 10101101 | 1000001 | 11101011 | 11010 | 1001000 | 0 | 1000 | 100010110 | 1010001 | 111011 |
Color Harmonies of #AD41EB
Complementary color
Monochromatic Colors of #AD41EB
Black with #AD41EB
Text Example
Text Example
White with #AD41EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD41EB; }
p { color: rgb(173,65,235); }
H1.HeaderClassName
{
color: #AD41EB;
}
.AnyTagClassName
{
color: #AD41EB;
}
</style>
background-color css
<style>
a { background-color: #AD41EB; }
a { background-color: rgb(173,65,235); }
div.DivClassName
{
background-color: #AD41EB;
}
.BgClassName
{
background-color: #AD41EB;
}
</style>
border-color css
<style>
span { border-color: #AD41EB; }
span { border-color: rgb(173,65,235); }
td.TdClassName
{
border-color: #AD41EB;
}
.TagClassName
{
border-color: #AD41EB;
}
</style>