Shades of Medium Orchid #AD4EF8
Tints of Medium Orchid #AD4EF8
RGB
CMYK
RGB Variations
Color information
#AD4EF8 (or 0xAD4EF8) is known color: Medium Orchid. HEX triplet: AD, 4E and F8. RGB value is (173,78,248). Sum of RGB (Red+Green+Blue) = 173+78+248=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD4EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4EF8 is #52B107. Grayscale: #7D7D7D. Windows color (decimal): -5419272 or 16273069. OLE color: 16273069.
HSL color Cylindrical-coordinate representation of color #AD4EF8: hue angle of 273.53º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD4EF8 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 78 | 248 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.03 |
| HSL | 273.53º | 0.92% | 0.64% | - |
| HSV(B) | 273.53º | 0.69% | 0.97% | - |
| XYZ | 36.9 | 21.11 | 90.94 | - |
| YUV | 125.79 | 196.97 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 248 | 0.30 | 0.69 | 0 | 0.03 | 273.53 | 0.92 | 0.64 |
| Hex | AD | 4E | F8 | 1E | 45 | 0 | 3 | 112 | 5C | 40 |
| Octal | 255 | 116 | 370 | 36 | 105 | 0 | 3 | 422 | 134 | 100 |
| Binary | 10101101 | 1001110 | 11111000 | 11110 | 1000101 | 0 | 11 | 100010010 | 1011100 | 1000000 |
Color Harmonies of #AD4EF8
Complementary color
Monochromatic Colors of #AD4EF8
Black with #AD4EF8
Text Example
Text Example
White with #AD4EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4EF8; }
p { color: rgb(173,78,248); }
H1.HeaderClassName
{
color: #AD4EF8;
}
.AnyTagClassName
{
color: #AD4EF8;
}
</style>
background-color css
<style>
a { background-color: #AD4EF8; }
a { background-color: rgb(173,78,248); }
div.DivClassName
{
background-color: #AD4EF8;
}
.BgClassName
{
background-color: #AD4EF8;
}
</style>
border-color css
<style>
span { border-color: #AD4EF8; }
span { border-color: rgb(173,78,248); }
td.TdClassName
{
border-color: #AD4EF8;
}
.TagClassName
{
border-color: #AD4EF8;
}
</style>