Shades of Dark Orchid #AD1DDB
Tints of Dark Orchid #AD1DDB
RGB
CMYK
RGB Variations
Color information
#AD1DDB (or 0xAD1DDB) is known color: Dark Orchid. HEX triplet: AD, 1D and DB. RGB value is (173,29,219). Sum of RGB (Red+Green+Blue) = 173+29+219=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD1DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1DDB is #52E224. Grayscale: #5D5D5D. Windows color (decimal): -5431845 or 14359981. OLE color: 14359981.
HSL color Cylindrical-coordinate representation of color #AD1DDB: hue angle of 285.47º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1DDB is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 29 | 219 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.14 |
| HSL | 285.47º | 0.77% | 0.49% | - |
| HSV(B) | 285.47º | 0.87% | 0.86% | - |
| XYZ | 30.46 | 14.88 | 68.28 | - |
| YUV | 93.72 | 198.71 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 219 | 0.21 | 0.87 | 0 | 0.14 | 285.47 | 0.77 | 0.49 |
| Hex | AD | 1D | DB | 15 | 57 | 0 | E | 11D | 4D | 31 |
| Octal | 255 | 35 | 333 | 25 | 127 | 0 | 16 | 435 | 115 | 61 |
| Binary | 10101101 | 11101 | 11011011 | 10101 | 1010111 | 0 | 1110 | 100011101 | 1001101 | 110001 |
Color Harmonies of #AD1DDB
Complementary color
Monochromatic Colors of #AD1DDB
Black with #AD1DDB
Text Example
Text Example
White with #AD1DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1DDB; }
p { color: rgb(173,29,219); }
H1.HeaderClassName
{
color: #AD1DDB;
}
.AnyTagClassName
{
color: #AD1DDB;
}
</style>
background-color css
<style>
a { background-color: #AD1DDB; }
a { background-color: rgb(173,29,219); }
div.DivClassName
{
background-color: #AD1DDB;
}
.BgClassName
{
background-color: #AD1DDB;
}
</style>
border-color css
<style>
span { border-color: #AD1DDB; }
span { border-color: rgb(173,29,219); }
td.TdClassName
{
border-color: #AD1DDB;
}
.TagClassName
{
border-color: #AD1DDB;
}
</style>