Shades of Dark Orchid #AD1EDD
Tints of Dark Orchid #AD1EDD
RGB
CMYK
RGB Variations
Color information
#AD1EDD (or 0xAD1EDD) is known color: Dark Orchid. HEX triplet: AD, 1E and DD. RGB value is (173,30,221). Sum of RGB (Red+Green+Blue) = 173+30+221=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD1EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1EDD is #52E122. Grayscale: #5D5D5D. Windows color (decimal): -5431587 or 14491309. OLE color: 14491309.
HSL color Cylindrical-coordinate representation of color #AD1EDD: hue angle of 284.92º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1EDD is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 30 | 221 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.13 |
| HSL | 284.92º | 0.76% | 0.49% | - |
| HSV(B) | 284.92º | 0.86% | 0.87% | - |
| XYZ | 30.75 | 15.03 | 69.69 | - |
| YUV | 94.53 | 199.38 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 221 | 0.22 | 0.86 | 0 | 0.13 | 284.92 | 0.76 | 0.49 |
| Hex | AD | 1E | DD | 16 | 56 | 0 | D | 11D | 4C | 31 |
| Octal | 255 | 36 | 335 | 26 | 126 | 0 | 15 | 435 | 114 | 61 |
| Binary | 10101101 | 11110 | 11011101 | 10110 | 1010110 | 0 | 1101 | 100011101 | 1001100 | 110001 |
Color Harmonies of #AD1EDD
Complementary color
Monochromatic Colors of #AD1EDD
Black with #AD1EDD
Text Example
Text Example
White with #AD1EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1EDD; }
p { color: rgb(173,30,221); }
H1.HeaderClassName
{
color: #AD1EDD;
}
.AnyTagClassName
{
color: #AD1EDD;
}
</style>
background-color css
<style>
a { background-color: #AD1EDD; }
a { background-color: rgb(173,30,221); }
div.DivClassName
{
background-color: #AD1EDD;
}
.BgClassName
{
background-color: #AD1EDD;
}
</style>
border-color css
<style>
span { border-color: #AD1EDD; }
span { border-color: rgb(173,30,221); }
td.TdClassName
{
border-color: #AD1EDD;
}
.TagClassName
{
border-color: #AD1EDD;
}
</style>