Shades of Medium Orchid #AD4FDB
Tints of Medium Orchid #AD4FDB
RGB
CMYK
RGB Variations
Color information
#AD4FDB (or 0xAD4FDB) is known color: Medium Orchid. HEX triplet: AD, 4F and DB. RGB value is (173,79,219). Sum of RGB (Red+Green+Blue) = 173+79+219=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD4FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4FDB is #52B024. Grayscale: #7A7A7A. Windows color (decimal): -5419045 or 14372781. OLE color: 14372781.
HSL color Cylindrical-coordinate representation of color #AD4FDB: hue angle of 280.29º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD4FDB is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 79 | 219 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.14 |
| HSL | 280.29º | 0.66% | 0.58% | - |
| HSV(B) | 280.29º | 0.64% | 0.86% | - |
| XYZ | 32.82 | 19.59 | 69.07 | - |
| YUV | 123.07 | 182.14 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 79 | 219 | 0.21 | 0.64 | 0 | 0.14 | 280.29 | 0.66 | 0.58 |
| Hex | AD | 4F | DB | 15 | 40 | 0 | E | 118 | 42 | 3A |
| Octal | 255 | 117 | 333 | 25 | 100 | 0 | 16 | 430 | 102 | 72 |
| Binary | 10101101 | 1001111 | 11011011 | 10101 | 1000000 | 0 | 1110 | 100011000 | 1000010 | 111010 |
Color Harmonies of #AD4FDB
Complementary color
Monochromatic Colors of #AD4FDB
Black with #AD4FDB
Text Example
Text Example
White with #AD4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4FDB; }
p { color: rgb(173,79,219); }
H1.HeaderClassName
{
color: #AD4FDB;
}
.AnyTagClassName
{
color: #AD4FDB;
}
</style>
background-color css
<style>
a { background-color: #AD4FDB; }
a { background-color: rgb(173,79,219); }
div.DivClassName
{
background-color: #AD4FDB;
}
.BgClassName
{
background-color: #AD4FDB;
}
</style>
border-color css
<style>
span { border-color: #AD4FDB; }
span { border-color: rgb(173,79,219); }
td.TdClassName
{
border-color: #AD4FDB;
}
.TagClassName
{
border-color: #AD4FDB;
}
</style>