Shades of Medium Orchid #AD59F1
Tints of Medium Orchid #AD59F1
RGB
CMYK
RGB Variations
Color information
#AD59F1 (or 0xAD59F1) is known color: Medium Orchid. HEX triplet: AD, 59 and F1. RGB value is (173,89,241). Sum of RGB (Red+Green+Blue) = 173+89+241=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD59F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD59F1 is #52A60E. Grayscale: #828282. Windows color (decimal): -5416463 or 15817133. OLE color: 15817133.
HSL color Cylindrical-coordinate representation of color #AD59F1: hue angle of 273.16º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD59F1 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 89 | 241 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.05 |
| HSL | 273.16º | 0.84% | 0.65% | - |
| HSV(B) | 273.16º | 0.63% | 0.95% | - |
| XYZ | 36.68 | 22.38 | 85.61 | - |
| YUV | 131.44 | 189.83 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 241 | 0.28 | 0.63 | 0 | 0.05 | 273.16 | 0.84 | 0.65 |
| Hex | AD | 59 | F1 | 1C | 3F | 0 | 5 | 111 | 54 | 41 |
| Octal | 255 | 131 | 361 | 34 | 77 | 0 | 5 | 421 | 124 | 101 |
| Binary | 10101101 | 1011001 | 11110001 | 11100 | 111111 | 0 | 101 | 100010001 | 1010100 | 1000001 |
Color Harmonies of #AD59F1
Complementary color
Monochromatic Colors of #AD59F1
Black with #AD59F1
Text Example
Text Example
White with #AD59F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD59F1; }
p { color: rgb(173,89,241); }
H1.HeaderClassName
{
color: #AD59F1;
}
.AnyTagClassName
{
color: #AD59F1;
}
</style>
background-color css
<style>
a { background-color: #AD59F1; }
a { background-color: rgb(173,89,241); }
div.DivClassName
{
background-color: #AD59F1;
}
.BgClassName
{
background-color: #AD59F1;
}
</style>
border-color css
<style>
span { border-color: #AD59F1; }
span { border-color: rgb(173,89,241); }
td.TdClassName
{
border-color: #AD59F1;
}
.TagClassName
{
border-color: #AD59F1;
}
</style>