Shades of Medium Orchid #AD55F1
Tints of Medium Orchid #AD55F1
RGB
CMYK
RGB Variations
Color information
#AD55F1 (or 0xAD55F1) is known color: Medium Orchid. HEX triplet: AD, 55 and F1. RGB value is (173,85,241). Sum of RGB (Red+Green+Blue) = 173+85+241=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD55F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD55F1 is #52AA0E. Grayscale: #808080. Windows color (decimal): -5417487 or 15816109. OLE color: 15816109.
HSL color Cylindrical-coordinate representation of color #AD55F1: hue angle of 273.85º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD55F1 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 85 | 241 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.05 |
| HSL | 273.85º | 0.85% | 0.64% | - |
| HSV(B) | 273.85º | 0.65% | 0.95% | - |
| XYZ | 36.36 | 21.73 | 85.5 | - |
| YUV | 129.1 | 191.15 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 241 | 0.28 | 0.65 | 0 | 0.05 | 273.85 | 0.85 | 0.64 |
| Hex | AD | 55 | F1 | 1C | 41 | 0 | 5 | 112 | 55 | 40 |
| Octal | 255 | 125 | 361 | 34 | 101 | 0 | 5 | 422 | 125 | 100 |
| Binary | 10101101 | 1010101 | 11110001 | 11100 | 1000001 | 0 | 101 | 100010010 | 1010101 | 1000000 |
Color Harmonies of #AD55F1
Complementary color
Monochromatic Colors of #AD55F1
Black with #AD55F1
Text Example
Text Example
White with #AD55F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD55F1; }
p { color: rgb(173,85,241); }
H1.HeaderClassName
{
color: #AD55F1;
}
.AnyTagClassName
{
color: #AD55F1;
}
</style>
background-color css
<style>
a { background-color: #AD55F1; }
a { background-color: rgb(173,85,241); }
div.DivClassName
{
background-color: #AD55F1;
}
.BgClassName
{
background-color: #AD55F1;
}
</style>
border-color css
<style>
span { border-color: #AD55F1; }
span { border-color: rgb(173,85,241); }
td.TdClassName
{
border-color: #AD55F1;
}
.TagClassName
{
border-color: #AD55F1;
}
</style>