Shades of Dark Orchid #AD1EDF
Tints of Dark Orchid #AD1EDF
RGB
CMYK
RGB Variations
Color information
#AD1EDF (or 0xAD1EDF) is known color: Dark Orchid. HEX triplet: AD, 1E and DF. RGB value is (173,30,223). Sum of RGB (Red+Green+Blue) = 173+30+223=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD1EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1EDF is #52E120. Grayscale: #5E5E5E. Windows color (decimal): -5431585 or 14622381. OLE color: 14622381.
HSL color Cylindrical-coordinate representation of color #AD1EDF: hue angle of 284.46º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1EDF is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 30 | 223 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.13 |
| HSL | 284.46º | 0.76% | 0.5% | - |
| HSV(B) | 284.46º | 0.87% | 0.87% | - |
| XYZ | 31.02 | 15.14 | 71.1 | - |
| YUV | 94.76 | 200.38 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 223 | 0.22 | 0.87 | 0 | 0.13 | 284.46 | 0.76 | 0.5 |
| Hex | AD | 1E | DF | 16 | 57 | 0 | D | 11C | 4C | 32 |
| Octal | 255 | 36 | 337 | 26 | 127 | 0 | 15 | 434 | 114 | 62 |
| Binary | 10101101 | 11110 | 11011111 | 10110 | 1010111 | 0 | 1101 | 100011100 | 1001100 | 110010 |
Color Harmonies of #AD1EDF
Complementary color
Monochromatic Colors of #AD1EDF
Black with #AD1EDF
Text Example
Text Example
White with #AD1EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1EDF; }
p { color: rgb(173,30,223); }
H1.HeaderClassName
{
color: #AD1EDF;
}
.AnyTagClassName
{
color: #AD1EDF;
}
</style>
background-color css
<style>
a { background-color: #AD1EDF; }
a { background-color: rgb(173,30,223); }
div.DivClassName
{
background-color: #AD1EDF;
}
.BgClassName
{
background-color: #AD1EDF;
}
</style>
border-color css
<style>
span { border-color: #AD1EDF; }
span { border-color: rgb(173,30,223); }
td.TdClassName
{
border-color: #AD1EDF;
}
.TagClassName
{
border-color: #AD1EDF;
}
</style>