Shades of Medium Orchid #AD49FF
Tints of Medium Orchid #AD49FF
RGB
CMYK
RGB Variations
Color information
#AD49FF (or 0xAD49FF) is known color: Medium Orchid. HEX triplet: AD, 49 and FF. RGB value is (173,73,255). Sum of RGB (Red+Green+Blue) = 173+73+255=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD49FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD49FF is #52B600. Grayscale: #7B7B7B. Windows color (decimal): -5420545 or 16730541. OLE color: 16730541.
HSL color Cylindrical-coordinate representation of color #AD49FF: hue angle of 272.97º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD49FF is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 73 | 255 | - |
| CMYK | 0.32 | 0.71 | 0 | 0 |
| HSL | 272.97º | 1% | 0.64% | - |
| HSV(B) | 272.97º | 0.71% | 1% | - |
| XYZ | 37.67 | 20.87 | 96.65 | - |
| YUV | 123.65 | 202.13 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 255 | 0.32 | 0.71 | 0 | 0 | 272.97 | 1 | 0.64 |
| Hex | AD | 49 | FF | 20 | 47 | 0 | 0 | 111 | 64 | 40 |
| Octal | 255 | 111 | 377 | 40 | 107 | 0 | 0 | 421 | 144 | 100 |
| Binary | 10101101 | 1001001 | 11111111 | 100000 | 1000111 | 0 | 0 | 100010001 | 1100100 | 1000000 |
Color Harmonies of #AD49FF
Complementary color
Monochromatic Colors of #AD49FF
Black with #AD49FF
Text Example
Text Example
White with #AD49FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD49FF; }
p { color: rgb(173,73,255); }
H1.HeaderClassName
{
color: #AD49FF;
}
.AnyTagClassName
{
color: #AD49FF;
}
</style>
background-color css
<style>
a { background-color: #AD49FF; }
a { background-color: rgb(173,73,255); }
div.DivClassName
{
background-color: #AD49FF;
}
.BgClassName
{
background-color: #AD49FF;
}
</style>
border-color css
<style>
span { border-color: #AD49FF; }
span { border-color: rgb(173,73,255); }
td.TdClassName
{
border-color: #AD49FF;
}
.TagClassName
{
border-color: #AD49FF;
}
</style>