Shades of Dark Orchid #AD2EDE
Tints of Dark Orchid #AD2EDE
RGB
CMYK
RGB Variations
Color information
#AD2EDE (or 0xAD2EDE) is known color: Dark Orchid. HEX triplet: AD, 2E and DE. RGB value is (173,46,222). Sum of RGB (Red+Green+Blue) = 173+46+222=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD2EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2EDE is #52D121. Grayscale: #676767. Windows color (decimal): -5427490 or 14560941. OLE color: 14560941.
HSL color Cylindrical-coordinate representation of color #AD2EDE: hue angle of 283.3º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2EDE is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 46 | 222 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.13 |
| HSL | 283.3º | 0.73% | 0.53% | - |
| HSV(B) | 283.3º | 0.79% | 0.87% | - |
| XYZ | 31.4 | 16.11 | 70.56 | - |
| YUV | 104.04 | 194.58 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 222 | 0.22 | 0.79 | 0 | 0.13 | 283.3 | 0.73 | 0.53 |
| Hex | AD | 2E | DE | 16 | 4F | 0 | D | 11B | 49 | 35 |
| Octal | 255 | 56 | 336 | 26 | 117 | 0 | 15 | 433 | 111 | 65 |
| Binary | 10101101 | 101110 | 11011110 | 10110 | 1001111 | 0 | 1101 | 100011011 | 1001001 | 110101 |
Color Harmonies of #AD2EDE
Complementary color
Monochromatic Colors of #AD2EDE
Black with #AD2EDE
Text Example
Text Example
White with #AD2EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2EDE; }
p { color: rgb(173,46,222); }
H1.HeaderClassName
{
color: #AD2EDE;
}
.AnyTagClassName
{
color: #AD2EDE;
}
</style>
background-color css
<style>
a { background-color: #AD2EDE; }
a { background-color: rgb(173,46,222); }
div.DivClassName
{
background-color: #AD2EDE;
}
.BgClassName
{
background-color: #AD2EDE;
}
</style>
border-color css
<style>
span { border-color: #AD2EDE; }
span { border-color: rgb(173,46,222); }
td.TdClassName
{
border-color: #AD2EDE;
}
.TagClassName
{
border-color: #AD2EDE;
}
</style>