Shades of Medium Orchid #AD56FA
Tints of Medium Orchid #AD56FA
RGB
CMYK
RGB Variations
Color information
#AD56FA (or 0xAD56FA) is known color: Medium Orchid. HEX triplet: AD, 56 and FA. RGB value is (173,86,250). Sum of RGB (Red+Green+Blue) = 173+86+250=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 86 (33.98% from 255 or 16.90% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD56FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD56FA is #52A905. Grayscale: #828282. Windows color (decimal): -5417222 or 16406189. OLE color: 16406189.
HSL color Cylindrical-coordinate representation of color #AD56FA: hue angle of 271.83º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD56FA is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 86 | 250 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.02 |
| HSL | 271.83º | 0.94% | 0.66% | - |
| HSV(B) | 271.83º | 0.66% | 0.98% | - |
| XYZ | 37.82 | 22.44 | 92.78 | - |
| YUV | 130.71 | 195.32 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 86 | 250 | 0.31 | 0.66 | 0 | 0.02 | 271.83 | 0.94 | 0.66 |
| Hex | AD | 56 | FA | 1F | 42 | 0 | 2 | 110 | 5E | 42 |
| Octal | 255 | 126 | 372 | 37 | 102 | 0 | 2 | 420 | 136 | 102 |
| Binary | 10101101 | 1010110 | 11111010 | 11111 | 1000010 | 0 | 10 | 100010000 | 1011110 | 1000010 |
Color Harmonies of #AD56FA
Complementary color
Monochromatic Colors of #AD56FA
Black with #AD56FA
Text Example
Text Example
White with #AD56FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD56FA; }
p { color: rgb(173,86,250); }
H1.HeaderClassName
{
color: #AD56FA;
}
.AnyTagClassName
{
color: #AD56FA;
}
</style>
background-color css
<style>
a { background-color: #AD56FA; }
a { background-color: rgb(173,86,250); }
div.DivClassName
{
background-color: #AD56FA;
}
.BgClassName
{
background-color: #AD56FA;
}
</style>
border-color css
<style>
span { border-color: #AD56FA; }
span { border-color: rgb(173,86,250); }
td.TdClassName
{
border-color: #AD56FA;
}
.TagClassName
{
border-color: #AD56FA;
}
</style>