Shades of Medium Orchid #AD59DB
Tints of Medium Orchid #AD59DB
RGB
CMYK
RGB Variations
Color information
#AD59DB (or 0xAD59DB) is known color: Medium Orchid. HEX triplet: AD, 59 and DB. RGB value is (173,89,219). Sum of RGB (Red+Green+Blue) = 173+89+219=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD59DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD59DB is #52A624. Grayscale: #808080. Windows color (decimal): -5416485 or 14375341. OLE color: 14375341.
HSL color Cylindrical-coordinate representation of color #AD59DB: hue angle of 278.77º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD59DB is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 89 | 219 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.14 |
| HSL | 278.77º | 0.64% | 0.6% | - |
| HSV(B) | 278.77º | 0.59% | 0.86% | - |
| XYZ | 33.59 | 21.14 | 69.33 | - |
| YUV | 128.94 | 178.83 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 219 | 0.21 | 0.59 | 0 | 0.14 | 278.77 | 0.64 | 0.6 |
| Hex | AD | 59 | DB | 15 | 3B | 0 | E | 117 | 40 | 3C |
| Octal | 255 | 131 | 333 | 25 | 73 | 0 | 16 | 427 | 100 | 74 |
| Binary | 10101101 | 1011001 | 11011011 | 10101 | 111011 | 0 | 1110 | 100010111 | 1000000 | 111100 |
Color Harmonies of #AD59DB
Complementary color
Monochromatic Colors of #AD59DB
Black with #AD59DB
Text Example
Text Example
White with #AD59DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD59DB; }
p { color: rgb(173,89,219); }
H1.HeaderClassName
{
color: #AD59DB;
}
.AnyTagClassName
{
color: #AD59DB;
}
</style>
background-color css
<style>
a { background-color: #AD59DB; }
a { background-color: rgb(173,89,219); }
div.DivClassName
{
background-color: #AD59DB;
}
.BgClassName
{
background-color: #AD59DB;
}
</style>
border-color css
<style>
span { border-color: #AD59DB; }
span { border-color: rgb(173,89,219); }
td.TdClassName
{
border-color: #AD59DB;
}
.TagClassName
{
border-color: #AD59DB;
}
</style>