Shades of Medium Orchid #AD56FF
Tints of Medium Orchid #AD56FF
RGB
CMYK
RGB Variations
Color information
#AD56FF (or 0xAD56FF) is known color: Medium Orchid. HEX triplet: AD, 56 and FF. RGB value is (173,86,255). Sum of RGB (Red+Green+Blue) = 173+86+255=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 86 (33.98% from 255 or 16.73% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD56FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD56FF is #52A900. Grayscale: #828282. Windows color (decimal): -5417217 or 16733869. OLE color: 16733869.
HSL color Cylindrical-coordinate representation of color #AD56FF: hue angle of 270.89º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD56FF is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 86 | 255 | - |
| CMYK | 0.32 | 0.66 | 0 | 0 |
| HSL | 270.89º | 1% | 0.67% | - |
| HSV(B) | 270.89º | 0.66% | 1% | - |
| XYZ | 38.61 | 22.76 | 96.97 | - |
| YUV | 131.28 | 197.82 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 255 | 0.32 | 0.66 | 0 | 0 | 270.89 | 1 | 0.67 |
| Hex | AD | 56 | FF | 20 | 42 | 0 | 0 | 10F | 64 | 43 |
| Octal | 255 | 126 | 377 | 40 | 102 | 0 | 0 | 417 | 144 | 103 |
| Binary | 10101101 | 1010110 | 11111111 | 100000 | 1000010 | 0 | 0 | 100001111 | 1100100 | 1000011 |
Color Harmonies of #AD56FF
Complementary color
Monochromatic Colors of #AD56FF
Black with #AD56FF
Text Example
Text Example
White with #AD56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD56FF; }
p { color: rgb(173,86,255); }
H1.HeaderClassName
{
color: #AD56FF;
}
.AnyTagClassName
{
color: #AD56FF;
}
</style>
background-color css
<style>
a { background-color: #AD56FF; }
a { background-color: rgb(173,86,255); }
div.DivClassName
{
background-color: #AD56FF;
}
.BgClassName
{
background-color: #AD56FF;
}
</style>
border-color css
<style>
span { border-color: #AD56FF; }
span { border-color: rgb(173,86,255); }
td.TdClassName
{
border-color: #AD56FF;
}
.TagClassName
{
border-color: #AD56FF;
}
</style>