Shades of Dark Orchid #AD1DD0
Tints of Dark Orchid #AD1DD0
RGB
CMYK
RGB Variations
Color information
#AD1DD0 (or 0xAD1DD0) is known color: Dark Orchid. HEX triplet: AD, 1D and D0. RGB value is (173,29,208). Sum of RGB (Red+Green+Blue) = 173+29+208=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 208 (81.64% from 255 or 50.73% from 410); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD1DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1DD0 is #52E22F. Grayscale: #5B5B5B. Windows color (decimal): -5431856 or 13639085. OLE color: 13639085.
HSL color Cylindrical-coordinate representation of color #AD1DD0: hue angle of 288.27º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1DD0 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 29 | 208 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.18 |
| HSL | 288.27º | 0.76% | 0.46% | - |
| HSV(B) | 288.27º | 0.86% | 0.82% | - |
| XYZ | 29.06 | 14.32 | 60.91 | - |
| YUV | 92.46 | 193.21 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 208 | 0.17 | 0.86 | 0 | 0.18 | 288.27 | 0.76 | 0.46 |
| Hex | AD | 1D | D0 | 11 | 56 | 0 | 12 | 120 | 4C | 2E |
| Octal | 255 | 35 | 320 | 21 | 126 | 0 | 22 | 440 | 114 | 56 |
| Binary | 10101101 | 11101 | 11010000 | 10001 | 1010110 | 0 | 10010 | 100100000 | 1001100 | 101110 |
Color Harmonies of #AD1DD0
Complementary color
Monochromatic Colors of #AD1DD0
Black with #AD1DD0
Text Example
Text Example
White with #AD1DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1DD0; }
p { color: rgb(173,29,208); }
H1.HeaderClassName
{
color: #AD1DD0;
}
.AnyTagClassName
{
color: #AD1DD0;
}
</style>
background-color css
<style>
a { background-color: #AD1DD0; }
a { background-color: rgb(173,29,208); }
div.DivClassName
{
background-color: #AD1DD0;
}
.BgClassName
{
background-color: #AD1DD0;
}
</style>
border-color css
<style>
span { border-color: #AD1DD0; }
span { border-color: rgb(173,29,208); }
td.TdClassName
{
border-color: #AD1DD0;
}
.TagClassName
{
border-color: #AD1DD0;
}
</style>