Shades of Medium Orchid #AD47FF
Tints of Medium Orchid #AD47FF
RGB
CMYK
RGB Variations
Color information
#AD47FF (or 0xAD47FF) is known color: Medium Orchid. HEX triplet: AD, 47 and FF. RGB value is (173,71,255). Sum of RGB (Red+Green+Blue) = 173+71+255=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 71 (28.12% from 255 or 14.23% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD47FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD47FF is #52B800. Grayscale: #797979. Windows color (decimal): -5421057 or 16730029. OLE color: 16730029.
HSL color Cylindrical-coordinate representation of color #AD47FF: hue angle of 273.26º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD47FF is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 71 | 255 | - |
| CMYK | 0.32 | 0.72 | 0 | 0 |
| HSL | 273.26º | 1% | 0.64% | - |
| HSV(B) | 273.26º | 0.72% | 1% | - |
| XYZ | 37.54 | 20.61 | 96.61 | - |
| YUV | 122.47 | 202.79 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 255 | 0.32 | 0.72 | 0 | 0 | 273.26 | 1 | 0.64 |
| Hex | AD | 47 | FF | 20 | 48 | 0 | 0 | 111 | 64 | 40 |
| Octal | 255 | 107 | 377 | 40 | 110 | 0 | 0 | 421 | 144 | 100 |
| Binary | 10101101 | 1000111 | 11111111 | 100000 | 1001000 | 0 | 0 | 100010001 | 1100100 | 1000000 |
Color Harmonies of #AD47FF
Complementary color
Monochromatic Colors of #AD47FF
Black with #AD47FF
Text Example
Text Example
White with #AD47FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD47FF; }
p { color: rgb(173,71,255); }
H1.HeaderClassName
{
color: #AD47FF;
}
.AnyTagClassName
{
color: #AD47FF;
}
</style>
background-color css
<style>
a { background-color: #AD47FF; }
a { background-color: rgb(173,71,255); }
div.DivClassName
{
background-color: #AD47FF;
}
.BgClassName
{
background-color: #AD47FF;
}
</style>
border-color css
<style>
span { border-color: #AD47FF; }
span { border-color: rgb(173,71,255); }
td.TdClassName
{
border-color: #AD47FF;
}
.TagClassName
{
border-color: #AD47FF;
}
</style>