Shades of Dark Orchid #AD1DDD
Tints of Dark Orchid #AD1DDD
RGB
CMYK
RGB Variations
Color information
#AD1DDD (or 0xAD1DDD) is known color: Dark Orchid. HEX triplet: AD, 1D and DD. RGB value is (173,29,221). Sum of RGB (Red+Green+Blue) = 173+29+221=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD1DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1DDD is #52E222. Grayscale: #5D5D5D. Windows color (decimal): -5431843 or 14491053. OLE color: 14491053.
HSL color Cylindrical-coordinate representation of color #AD1DDD: hue angle of 285º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1DDD is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 29 | 221 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.13 |
| HSL | 285º | 0.77% | 0.49% | - |
| HSV(B) | 285º | 0.87% | 0.87% | - |
| XYZ | 30.72 | 14.98 | 69.68 | - |
| YUV | 93.94 | 199.71 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 221 | 0.22 | 0.87 | 0 | 0.13 | 285 | 0.77 | 0.49 |
| Hex | AD | 1D | DD | 16 | 57 | 0 | D | 11D | 4D | 31 |
| Octal | 255 | 35 | 335 | 26 | 127 | 0 | 15 | 435 | 115 | 61 |
| Binary | 10101101 | 11101 | 11011101 | 10110 | 1010111 | 0 | 1101 | 100011101 | 1001101 | 110001 |
Color Harmonies of #AD1DDD
Complementary color
Monochromatic Colors of #AD1DDD
Black with #AD1DDD
Text Example
Text Example
White with #AD1DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1DDD; }
p { color: rgb(173,29,221); }
H1.HeaderClassName
{
color: #AD1DDD;
}
.AnyTagClassName
{
color: #AD1DDD;
}
</style>
background-color css
<style>
a { background-color: #AD1DDD; }
a { background-color: rgb(173,29,221); }
div.DivClassName
{
background-color: #AD1DDD;
}
.BgClassName
{
background-color: #AD1DDD;
}
</style>
border-color css
<style>
span { border-color: #AD1DDD; }
span { border-color: rgb(173,29,221); }
td.TdClassName
{
border-color: #AD1DDD;
}
.TagClassName
{
border-color: #AD1DDD;
}
</style>