Shades of Medium Orchid #AD47FE
Tints of Medium Orchid #AD47FE
RGB
CMYK
RGB Variations
Color information
#AD47FE (or 0xAD47FE) is known color: Medium Orchid. HEX triplet: AD, 47 and FE. RGB value is (173,71,254). Sum of RGB (Red+Green+Blue) = 173+71+254=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 71 (28.12% from 255 or 14.26% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD47FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD47FE is #52B801. Grayscale: #797979. Windows color (decimal): -5421058 or 16664493. OLE color: 16664493.
HSL color Cylindrical-coordinate representation of color #AD47FE: hue angle of 273.44º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD47FE is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 71 | 254 | - |
| CMYK | 0.32 | 0.72 | 0 | 0.00 |
| HSL | 273.44º | 0.99% | 0.64% | - |
| HSV(B) | 273.44º | 0.72% | 1% | - |
| XYZ | 37.38 | 20.55 | 95.76 | - |
| YUV | 122.36 | 202.29 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 254 | 0.32 | 0.72 | 0 | 0.00 | 273.44 | 0.99 | 0.64 |
| Hex | AD | 47 | FE | 20 | 48 | 0 | 0 | 111 | 63 | 40 |
| Octal | 255 | 107 | 376 | 40 | 110 | 0 | 0 | 421 | 143 | 100 |
| Binary | 10101101 | 1000111 | 11111110 | 100000 | 1001000 | 0 | 0 | 100010001 | 1100011 | 1000000 |
Color Harmonies of #AD47FE
Complementary color
Monochromatic Colors of #AD47FE
Black with #AD47FE
Text Example
Text Example
White with #AD47FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD47FE; }
p { color: rgb(173,71,254); }
H1.HeaderClassName
{
color: #AD47FE;
}
.AnyTagClassName
{
color: #AD47FE;
}
</style>
background-color css
<style>
a { background-color: #AD47FE; }
a { background-color: rgb(173,71,254); }
div.DivClassName
{
background-color: #AD47FE;
}
.BgClassName
{
background-color: #AD47FE;
}
</style>
border-color css
<style>
span { border-color: #AD47FE; }
span { border-color: rgb(173,71,254); }
td.TdClassName
{
border-color: #AD47FE;
}
.TagClassName
{
border-color: #AD47FE;
}
</style>