Shades of Dark Orchid #AD38EC
Tints of Dark Orchid #AD38EC
RGB
CMYK
RGB Variations
Color information
#AD38EC (or 0xAD38EC) is known color: Dark Orchid. HEX triplet: AD, 38 and EC. RGB value is (173,56,236). Sum of RGB (Red+Green+Blue) = 173+56+236=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 56 (22.27% from 255 or 12.04% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD38EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD38EC is #52C713. Grayscale: #6E6E6E. Windows color (decimal): -5424916 or 15481005. OLE color: 15481005.
HSL color Cylindrical-coordinate representation of color #AD38EC: hue angle of 279º degrees, saturation: 0.83, 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 #AD38EC is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 56 | 236 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.07 |
| HSL | 279º | 0.83% | 0.57% | - |
| HSV(B) | 279º | 0.76% | 0.93% | - |
| XYZ | 33.79 | 17.77 | 81.01 | - |
| YUV | 111.5 | 198.26 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 236 | 0.27 | 0.76 | 0 | 0.07 | 279 | 0.83 | 0.57 |
| Hex | AD | 38 | EC | 1B | 4C | 0 | 7 | 117 | 53 | 39 |
| Octal | 255 | 70 | 354 | 33 | 114 | 0 | 7 | 427 | 123 | 71 |
| Binary | 10101101 | 111000 | 11101100 | 11011 | 1001100 | 0 | 111 | 100010111 | 1010011 | 111001 |
Color Harmonies of #AD38EC
Complementary color
Monochromatic Colors of #AD38EC
Black with #AD38EC
Text Example
Text Example
White with #AD38EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD38EC; }
p { color: rgb(173,56,236); }
H1.HeaderClassName
{
color: #AD38EC;
}
.AnyTagClassName
{
color: #AD38EC;
}
</style>
background-color css
<style>
a { background-color: #AD38EC; }
a { background-color: rgb(173,56,236); }
div.DivClassName
{
background-color: #AD38EC;
}
.BgClassName
{
background-color: #AD38EC;
}
</style>
border-color css
<style>
span { border-color: #AD38EC; }
span { border-color: rgb(173,56,236); }
td.TdClassName
{
border-color: #AD38EC;
}
.TagClassName
{
border-color: #AD38EC;
}
</style>