Shades of Medium Orchid #AD49FB
Tints of Medium Orchid #AD49FB
RGB
CMYK
RGB Variations
Color information
#AD49FB (or 0xAD49FB) is known color: Medium Orchid. HEX triplet: AD, 49 and FB. RGB value is (173,73,251). Sum of RGB (Red+Green+Blue) = 173+73+251=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD49FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD49FB is #52B604. Grayscale: #7A7A7A. Windows color (decimal): -5420549 or 16468397. OLE color: 16468397.
HSL color Cylindrical-coordinate representation of color #AD49FB: hue angle of 273.71º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD49FB is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 73 | 251 | - |
| CMYK | 0.31 | 0.71 | 0 | 0.02 |
| HSL | 273.71º | 0.96% | 0.64% | - |
| HSV(B) | 273.71º | 0.71% | 0.98% | - |
| XYZ | 37.03 | 20.61 | 93.29 | - |
| YUV | 123.19 | 200.13 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 251 | 0.31 | 0.71 | 0 | 0.02 | 273.71 | 0.96 | 0.64 |
| Hex | AD | 49 | FB | 1F | 47 | 0 | 2 | 112 | 60 | 40 |
| Octal | 255 | 111 | 373 | 37 | 107 | 0 | 2 | 422 | 140 | 100 |
| Binary | 10101101 | 1001001 | 11111011 | 11111 | 1000111 | 0 | 10 | 100010010 | 1100000 | 1000000 |
Color Harmonies of #AD49FB
Complementary color
Monochromatic Colors of #AD49FB
Black with #AD49FB
Text Example
Text Example
White with #AD49FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD49FB; }
p { color: rgb(173,73,251); }
H1.HeaderClassName
{
color: #AD49FB;
}
.AnyTagClassName
{
color: #AD49FB;
}
</style>
background-color css
<style>
a { background-color: #AD49FB; }
a { background-color: rgb(173,73,251); }
div.DivClassName
{
background-color: #AD49FB;
}
.BgClassName
{
background-color: #AD49FB;
}
</style>
border-color css
<style>
span { border-color: #AD49FB; }
span { border-color: rgb(173,73,251); }
td.TdClassName
{
border-color: #AD49FB;
}
.TagClassName
{
border-color: #AD49FB;
}
</style>