Shades of Medium Orchid #AD55F6
Tints of Medium Orchid #AD55F6
RGB
CMYK
RGB Variations
Color information
#AD55F6 (or 0xAD55F6) is known color: Medium Orchid. HEX triplet: AD, 55 and F6. RGB value is (173,85,246). Sum of RGB (Red+Green+Blue) = 173+85+246=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD55F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD55F6 is #52AA09. Grayscale: #818181. Windows color (decimal): -5417482 or 16143789. OLE color: 16143789.
HSL color Cylindrical-coordinate representation of color #AD55F6: hue angle of 272.8º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD55F6 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 85 | 246 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.04 |
| HSL | 272.8º | 0.9% | 0.65% | - |
| HSV(B) | 272.8º | 0.65% | 0.96% | - |
| XYZ | 37.12 | 22.04 | 89.49 | - |
| YUV | 129.67 | 193.65 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 246 | 0.30 | 0.65 | 0 | 0.04 | 272.8 | 0.9 | 0.65 |
| Hex | AD | 55 | F6 | 1E | 41 | 0 | 4 | 111 | 5A | 41 |
| Octal | 255 | 125 | 366 | 36 | 101 | 0 | 4 | 421 | 132 | 101 |
| Binary | 10101101 | 1010101 | 11110110 | 11110 | 1000001 | 0 | 100 | 100010001 | 1011010 | 1000001 |
Color Harmonies of #AD55F6
Complementary color
Monochromatic Colors of #AD55F6
Black with #AD55F6
Text Example
Text Example
White with #AD55F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD55F6; }
p { color: rgb(173,85,246); }
H1.HeaderClassName
{
color: #AD55F6;
}
.AnyTagClassName
{
color: #AD55F6;
}
</style>
background-color css
<style>
a { background-color: #AD55F6; }
a { background-color: rgb(173,85,246); }
div.DivClassName
{
background-color: #AD55F6;
}
.BgClassName
{
background-color: #AD55F6;
}
</style>
border-color css
<style>
span { border-color: #AD55F6; }
span { border-color: rgb(173,85,246); }
td.TdClassName
{
border-color: #AD55F6;
}
.TagClassName
{
border-color: #AD55F6;
}
</style>