Shades of Dark Orchid #AD39EF
Tints of Dark Orchid #AD39EF
RGB
CMYK
RGB Variations
Color information
#AD39EF (or 0xAD39EF) is known color: Dark Orchid. HEX triplet: AD, 39 and EF. RGB value is (173,57,239). Sum of RGB (Red+Green+Blue) = 173+57+239=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD39EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD39EF is #52C610. Grayscale: #6F6F6F. Windows color (decimal): -5424657 or 15677869. OLE color: 15677869.
HSL color Cylindrical-coordinate representation of color #AD39EF: hue angle of 278.24º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD39EF is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 57 | 239 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.06 |
| HSL | 278.24º | 0.85% | 0.58% | - |
| HSV(B) | 278.24º | 0.76% | 0.94% | - |
| XYZ | 34.28 | 18.04 | 83.34 | - |
| YUV | 112.43 | 199.43 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 239 | 0.28 | 0.76 | 0 | 0.06 | 278.24 | 0.85 | 0.58 |
| Hex | AD | 39 | EF | 1C | 4C | 0 | 6 | 116 | 55 | 3A |
| Octal | 255 | 71 | 357 | 34 | 114 | 0 | 6 | 426 | 125 | 72 |
| Binary | 10101101 | 111001 | 11101111 | 11100 | 1001100 | 0 | 110 | 100010110 | 1010101 | 111010 |
Color Harmonies of #AD39EF
Complementary color
Monochromatic Colors of #AD39EF
Black with #AD39EF
Text Example
Text Example
White with #AD39EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD39EF; }
p { color: rgb(173,57,239); }
H1.HeaderClassName
{
color: #AD39EF;
}
.AnyTagClassName
{
color: #AD39EF;
}
</style>
background-color css
<style>
a { background-color: #AD39EF; }
a { background-color: rgb(173,57,239); }
div.DivClassName
{
background-color: #AD39EF;
}
.BgClassName
{
background-color: #AD39EF;
}
</style>
border-color css
<style>
span { border-color: #AD39EF; }
span { border-color: rgb(173,57,239); }
td.TdClassName
{
border-color: #AD39EF;
}
.TagClassName
{
border-color: #AD39EF;
}
</style>