Shades of Medium Orchid #AD49F8
Tints of Medium Orchid #AD49F8
RGB
CMYK
RGB Variations
Color information
#AD49F8 (or 0xAD49F8) is known color: Medium Orchid. HEX triplet: AD, 49 and F8. RGB value is (173,73,248). Sum of RGB (Red+Green+Blue) = 173+73+248=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 248 (97.27% from 255 or 50.20% from 494); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD49F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD49F8 is #52B607. Grayscale: #7A7A7A. Windows color (decimal): -5420552 or 16271789. OLE color: 16271789.
HSL color Cylindrical-coordinate representation of color #AD49F8: hue angle of 274.29º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD49F8 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 73 | 248 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.03 |
| HSL | 274.29º | 0.93% | 0.63% | - |
| HSV(B) | 274.29º | 0.71% | 0.97% | - |
| XYZ | 36.56 | 20.43 | 90.82 | - |
| YUV | 122.85 | 198.63 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 248 | 0.30 | 0.71 | 0 | 0.03 | 274.29 | 0.93 | 0.63 |
| Hex | AD | 49 | F8 | 1E | 47 | 0 | 3 | 112 | 5D | 3F |
| Octal | 255 | 111 | 370 | 36 | 107 | 0 | 3 | 422 | 135 | 77 |
| Binary | 10101101 | 1001001 | 11111000 | 11110 | 1000111 | 0 | 11 | 100010010 | 1011101 | 111111 |
Color Harmonies of #AD49F8
Complementary color
Monochromatic Colors of #AD49F8
Black with #AD49F8
Text Example
Text Example
White with #AD49F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD49F8; }
p { color: rgb(173,73,248); }
H1.HeaderClassName
{
color: #AD49F8;
}
.AnyTagClassName
{
color: #AD49F8;
}
</style>
background-color css
<style>
a { background-color: #AD49F8; }
a { background-color: rgb(173,73,248); }
div.DivClassName
{
background-color: #AD49F8;
}
.BgClassName
{
background-color: #AD49F8;
}
</style>
border-color css
<style>
span { border-color: #AD49F8; }
span { border-color: rgb(173,73,248); }
td.TdClassName
{
border-color: #AD49F8;
}
.TagClassName
{
border-color: #AD49F8;
}
</style>