Shades of Dark Orchid #AD39EC
Tints of Dark Orchid #AD39EC
RGB
CMYK
RGB Variations
Color information
#AD39EC (or 0xAD39EC) is known color: Dark Orchid. HEX triplet: AD, 39 and EC. RGB value is (173,57,236). Sum of RGB (Red+Green+Blue) = 173+57+236=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 57 (22.66% from 255 or 12.23% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD39EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD39EC is #52C613. Grayscale: #6F6F6F. Windows color (decimal): -5424660 or 15481261. OLE color: 15481261.
HSL color Cylindrical-coordinate representation of color #AD39EC: hue angle of 278.88º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD39EC is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 57 | 236 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.07 |
| HSL | 278.88º | 0.82% | 0.57% | - |
| HSV(B) | 278.88º | 0.76% | 0.93% | - |
| XYZ | 33.84 | 17.87 | 81.02 | - |
| YUV | 112.09 | 197.93 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 236 | 0.27 | 0.76 | 0 | 0.07 | 278.88 | 0.82 | 0.57 |
| Hex | AD | 39 | EC | 1B | 4C | 0 | 7 | 117 | 52 | 39 |
| Octal | 255 | 71 | 354 | 33 | 114 | 0 | 7 | 427 | 122 | 71 |
| Binary | 10101101 | 111001 | 11101100 | 11011 | 1001100 | 0 | 111 | 100010111 | 1010010 | 111001 |
Color Harmonies of #AD39EC
Complementary color
Monochromatic Colors of #AD39EC
Black with #AD39EC
Text Example
Text Example
White with #AD39EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD39EC; }
p { color: rgb(173,57,236); }
H1.HeaderClassName
{
color: #AD39EC;
}
.AnyTagClassName
{
color: #AD39EC;
}
</style>
background-color css
<style>
a { background-color: #AD39EC; }
a { background-color: rgb(173,57,236); }
div.DivClassName
{
background-color: #AD39EC;
}
.BgClassName
{
background-color: #AD39EC;
}
</style>
border-color css
<style>
span { border-color: #AD39EC; }
span { border-color: rgb(173,57,236); }
td.TdClassName
{
border-color: #AD39EC;
}
.TagClassName
{
border-color: #AD39EC;
}
</style>