Shades of Medium Orchid #AD4DF8
Tints of Medium Orchid #AD4DF8
RGB
CMYK
RGB Variations
Color information
#AD4DF8 (or 0xAD4DF8) is known color: Medium Orchid. HEX triplet: AD, 4D and F8. RGB value is (173,77,248). Sum of RGB (Red+Green+Blue) = 173+77+248=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD4DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD4DF8 is #52B207. Grayscale: #7C7C7C. Windows color (decimal): -5419528 or 16272813. OLE color: 16272813.
HSL color Cylindrical-coordinate representation of color #AD4DF8: hue angle of 273.68º 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 #AD4DF8 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 77 | 248 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.03 |
| HSL | 273.68º | 0.92% | 0.64% | - |
| HSV(B) | 273.68º | 0.69% | 0.97% | - |
| XYZ | 36.83 | 20.97 | 90.91 | - |
| YUV | 125.2 | 197.3 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 248 | 0.30 | 0.69 | 0 | 0.03 | 273.68 | 0.92 | 0.64 |
| Hex | AD | 4D | F8 | 1E | 45 | 0 | 3 | 112 | 5C | 40 |
| Octal | 255 | 115 | 370 | 36 | 105 | 0 | 3 | 422 | 134 | 100 |
| Binary | 10101101 | 1001101 | 11111000 | 11110 | 1000101 | 0 | 11 | 100010010 | 1011100 | 1000000 |
Color Harmonies of #AD4DF8
Complementary color
Monochromatic Colors of #AD4DF8
Black with #AD4DF8
Text Example
Text Example
White with #AD4DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4DF8; }
p { color: rgb(173,77,248); }
H1.HeaderClassName
{
color: #AD4DF8;
}
.AnyTagClassName
{
color: #AD4DF8;
}
</style>
background-color css
<style>
a { background-color: #AD4DF8; }
a { background-color: rgb(173,77,248); }
div.DivClassName
{
background-color: #AD4DF8;
}
.BgClassName
{
background-color: #AD4DF8;
}
</style>
border-color css
<style>
span { border-color: #AD4DF8; }
span { border-color: rgb(173,77,248); }
td.TdClassName
{
border-color: #AD4DF8;
}
.TagClassName
{
border-color: #AD4DF8;
}
</style>