Shades of Medium Orchid #AD48DB
Tints of Medium Orchid #AD48DB
RGB
CMYK
RGB Variations
Color information
#AD48DB (or 0xAD48DB) is known color: Medium Orchid. HEX triplet: AD, 48 and DB. RGB value is (173,72,219). Sum of RGB (Red+Green+Blue) = 173+72+219=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD48DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD48DB is #52B724. Grayscale: #767676. Windows color (decimal): -5420837 or 14370989. OLE color: 14370989.
HSL color Cylindrical-coordinate representation of color #AD48DB: hue angle of 281.22º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD48DB is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 72 | 219 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.14 |
| HSL | 281.22º | 0.67% | 0.57% | - |
| HSV(B) | 281.22º | 0.67% | 0.86% | - |
| XYZ | 32.34 | 18.63 | 68.91 | - |
| YUV | 118.96 | 184.46 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 219 | 0.21 | 0.67 | 0 | 0.14 | 281.22 | 0.67 | 0.57 |
| Hex | AD | 48 | DB | 15 | 43 | 0 | E | 119 | 43 | 39 |
| Octal | 255 | 110 | 333 | 25 | 103 | 0 | 16 | 431 | 103 | 71 |
| Binary | 10101101 | 1001000 | 11011011 | 10101 | 1000011 | 0 | 1110 | 100011001 | 1000011 | 111001 |
Color Harmonies of #AD48DB
Complementary color
Monochromatic Colors of #AD48DB
Black with #AD48DB
Text Example
Text Example
White with #AD48DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD48DB; }
p { color: rgb(173,72,219); }
H1.HeaderClassName
{
color: #AD48DB;
}
.AnyTagClassName
{
color: #AD48DB;
}
</style>
background-color css
<style>
a { background-color: #AD48DB; }
a { background-color: rgb(173,72,219); }
div.DivClassName
{
background-color: #AD48DB;
}
.BgClassName
{
background-color: #AD48DB;
}
</style>
border-color css
<style>
span { border-color: #AD48DB; }
span { border-color: rgb(173,72,219); }
td.TdClassName
{
border-color: #AD48DB;
}
.TagClassName
{
border-color: #AD48DB;
}
</style>