Shades of Dark Orchid #AD1DDF
Tints of Dark Orchid #AD1DDF
RGB
CMYK
RGB Variations
Color information
#AD1DDF (or 0xAD1DDF) is known color: Dark Orchid. HEX triplet: AD, 1D and DF. RGB value is (173,29,223). Sum of RGB (Red+Green+Blue) = 173+29+223=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD1DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1DDF is #52E220. Grayscale: #5D5D5D. Windows color (decimal): -5431841 or 14622125. OLE color: 14622125.
HSL color Cylindrical-coordinate representation of color #AD1DDF: hue angle of 284.54º 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 #AD1DDF is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 29 | 223 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.13 |
| HSL | 284.54º | 0.77% | 0.49% | - |
| HSV(B) | 284.54º | 0.87% | 0.87% | - |
| XYZ | 30.99 | 15.09 | 71.09 | - |
| YUV | 94.17 | 200.71 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 223 | 0.22 | 0.87 | 0 | 0.13 | 284.54 | 0.77 | 0.49 |
| Hex | AD | 1D | DF | 16 | 57 | 0 | D | 11D | 4D | 31 |
| Octal | 255 | 35 | 337 | 26 | 127 | 0 | 15 | 435 | 115 | 61 |
| Binary | 10101101 | 11101 | 11011111 | 10110 | 1010111 | 0 | 1101 | 100011101 | 1001101 | 110001 |
Color Harmonies of #AD1DDF
Complementary color
Monochromatic Colors of #AD1DDF
Black with #AD1DDF
Text Example
Text Example
White with #AD1DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1DDF; }
p { color: rgb(173,29,223); }
H1.HeaderClassName
{
color: #AD1DDF;
}
.AnyTagClassName
{
color: #AD1DDF;
}
</style>
background-color css
<style>
a { background-color: #AD1DDF; }
a { background-color: rgb(173,29,223); }
div.DivClassName
{
background-color: #AD1DDF;
}
.BgClassName
{
background-color: #AD1DDF;
}
</style>
border-color css
<style>
span { border-color: #AD1DDF; }
span { border-color: rgb(173,29,223); }
td.TdClassName
{
border-color: #AD1DDF;
}
.TagClassName
{
border-color: #AD1DDF;
}
</style>