Shades of Medium Orchid #AD4EDB
Tints of Medium Orchid #AD4EDB
RGB
CMYK
RGB Variations
Color information
#AD4EDB (or 0xAD4EDB) is known color: Medium Orchid. HEX triplet: AD, 4E and DB. RGB value is (173,78,219). Sum of RGB (Red+Green+Blue) = 173+78+219=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD4EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4EDB is #52B124. Grayscale: #7A7A7A. Windows color (decimal): -5419301 or 14372525. OLE color: 14372525.
HSL color Cylindrical-coordinate representation of color #AD4EDB: hue angle of 280.43º 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 #AD4EDB is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 78 | 219 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.14 |
| HSL | 280.43º | 0.66% | 0.58% | - |
| HSV(B) | 280.43º | 0.64% | 0.86% | - |
| XYZ | 32.74 | 19.45 | 69.05 | - |
| YUV | 122.48 | 182.47 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 219 | 0.21 | 0.64 | 0 | 0.14 | 280.43 | 0.66 | 0.58 |
| Hex | AD | 4E | DB | 15 | 40 | 0 | E | 118 | 42 | 3A |
| Octal | 255 | 116 | 333 | 25 | 100 | 0 | 16 | 430 | 102 | 72 |
| Binary | 10101101 | 1001110 | 11011011 | 10101 | 1000000 | 0 | 1110 | 100011000 | 1000010 | 111010 |
Color Harmonies of #AD4EDB
Complementary color
Monochromatic Colors of #AD4EDB
Black with #AD4EDB
Text Example
Text Example
White with #AD4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4EDB; }
p { color: rgb(173,78,219); }
H1.HeaderClassName
{
color: #AD4EDB;
}
.AnyTagClassName
{
color: #AD4EDB;
}
</style>
background-color css
<style>
a { background-color: #AD4EDB; }
a { background-color: rgb(173,78,219); }
div.DivClassName
{
background-color: #AD4EDB;
}
.BgClassName
{
background-color: #AD4EDB;
}
</style>
border-color css
<style>
span { border-color: #AD4EDB; }
span { border-color: rgb(173,78,219); }
td.TdClassName
{
border-color: #AD4EDB;
}
.TagClassName
{
border-color: #AD4EDB;
}
</style>