Shades of Medium Orchid #AD4EF2
Tints of Medium Orchid #AD4EF2
RGB
CMYK
RGB Variations
Color information
#AD4EF2 (or 0xAD4EF2) is known color: Medium Orchid. HEX triplet: AD, 4E and F2. RGB value is (173,78,242). Sum of RGB (Red+Green+Blue) = 173+78+242=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD4EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4EF2 is #52B10D. Grayscale: #7C7C7C. Windows color (decimal): -5419278 or 15879853. OLE color: 15879853.
HSL color Cylindrical-coordinate representation of color #AD4EF2: hue angle of 274.76º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD4EF2 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 78 | 242 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.05 |
| HSL | 274.76º | 0.86% | 0.63% | - |
| HSV(B) | 274.76º | 0.68% | 0.95% | - |
| XYZ | 35.98 | 20.74 | 86.11 | - |
| YUV | 125.1 | 193.97 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 242 | 0.29 | 0.68 | 0 | 0.05 | 274.76 | 0.86 | 0.63 |
| Hex | AD | 4E | F2 | 1D | 44 | 0 | 5 | 113 | 56 | 3F |
| Octal | 255 | 116 | 362 | 35 | 104 | 0 | 5 | 423 | 126 | 77 |
| Binary | 10101101 | 1001110 | 11110010 | 11101 | 1000100 | 0 | 101 | 100010011 | 1010110 | 111111 |
Color Harmonies of #AD4EF2
Complementary color
Monochromatic Colors of #AD4EF2
Black with #AD4EF2
Text Example
Text Example
White with #AD4EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4EF2; }
p { color: rgb(173,78,242); }
H1.HeaderClassName
{
color: #AD4EF2;
}
.AnyTagClassName
{
color: #AD4EF2;
}
</style>
background-color css
<style>
a { background-color: #AD4EF2; }
a { background-color: rgb(173,78,242); }
div.DivClassName
{
background-color: #AD4EF2;
}
.BgClassName
{
background-color: #AD4EF2;
}
</style>
border-color css
<style>
span { border-color: #AD4EF2; }
span { border-color: rgb(173,78,242); }
td.TdClassName
{
border-color: #AD4EF2;
}
.TagClassName
{
border-color: #AD4EF2;
}
</style>