Shades of Medium Orchid #AD49FE
Tints of Medium Orchid #AD49FE
RGB
CMYK
RGB Variations
Color information
#AD49FE (or 0xAD49FE) is known color: Medium Orchid. HEX triplet: AD, 49 and FE. RGB value is (173,73,254). Sum of RGB (Red+Green+Blue) = 173+73+254=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD49FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD49FE is #52B601. Grayscale: #7A7A7A. Windows color (decimal): -5420546 or 16665005. OLE color: 16665005.
HSL color Cylindrical-coordinate representation of color #AD49FE: hue angle of 273.15º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD49FE is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 73 | 254 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.00 |
| HSL | 273.15º | 0.99% | 0.64% | - |
| HSV(B) | 273.15º | 0.71% | 1% | - |
| XYZ | 37.51 | 20.81 | 95.8 | - |
| YUV | 123.53 | 201.63 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 254 | 0.32 | 0.71 | 0 | 0.00 | 273.15 | 0.99 | 0.64 |
| Hex | AD | 49 | FE | 20 | 47 | 0 | 0 | 111 | 63 | 40 |
| Octal | 255 | 111 | 376 | 40 | 107 | 0 | 0 | 421 | 143 | 100 |
| Binary | 10101101 | 1001001 | 11111110 | 100000 | 1000111 | 0 | 0 | 100010001 | 1100011 | 1000000 |
Color Harmonies of #AD49FE
Complementary color
Monochromatic Colors of #AD49FE
Black with #AD49FE
Text Example
Text Example
White with #AD49FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD49FE; }
p { color: rgb(173,73,254); }
H1.HeaderClassName
{
color: #AD49FE;
}
.AnyTagClassName
{
color: #AD49FE;
}
</style>
background-color css
<style>
a { background-color: #AD49FE; }
a { background-color: rgb(173,73,254); }
div.DivClassName
{
background-color: #AD49FE;
}
.BgClassName
{
background-color: #AD49FE;
}
</style>
border-color css
<style>
span { border-color: #AD49FE; }
span { border-color: rgb(173,73,254); }
td.TdClassName
{
border-color: #AD49FE;
}
.TagClassName
{
border-color: #AD49FE;
}
</style>