Shades of Dark Orchid #AD31EC
Tints of Dark Orchid #AD31EC
RGB
CMYK
RGB Variations
Color information
#AD31EC (or 0xAD31EC) is known color: Dark Orchid. HEX triplet: AD, 31 and EC. RGB value is (173,49,236). Sum of RGB (Red+Green+Blue) = 173+49+236=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD31EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD31EC is #52CE13. Grayscale: #6A6A6A. Windows color (decimal): -5426708 or 15479213. OLE color: 15479213.
HSL color Cylindrical-coordinate representation of color #AD31EC: hue angle of 279.79º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD31EC is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 49 | 236 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.07 |
| HSL | 279.79º | 0.83% | 0.56% | - |
| HSV(B) | 279.79º | 0.79% | 0.93% | - |
| XYZ | 33.47 | 17.14 | 80.9 | - |
| YUV | 107.39 | 200.58 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 49 | 236 | 0.27 | 0.79 | 0 | 0.07 | 279.79 | 0.83 | 0.56 |
| Hex | AD | 31 | EC | 1B | 4F | 0 | 7 | 118 | 53 | 38 |
| Octal | 255 | 61 | 354 | 33 | 117 | 0 | 7 | 430 | 123 | 70 |
| Binary | 10101101 | 110001 | 11101100 | 11011 | 1001111 | 0 | 111 | 100011000 | 1010011 | 111000 |
Color Harmonies of #AD31EC
Complementary color
Monochromatic Colors of #AD31EC
Black with #AD31EC
Text Example
Text Example
White with #AD31EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD31EC; }
p { color: rgb(173,49,236); }
H1.HeaderClassName
{
color: #AD31EC;
}
.AnyTagClassName
{
color: #AD31EC;
}
</style>
background-color css
<style>
a { background-color: #AD31EC; }
a { background-color: rgb(173,49,236); }
div.DivClassName
{
background-color: #AD31EC;
}
.BgClassName
{
background-color: #AD31EC;
}
</style>
border-color css
<style>
span { border-color: #AD31EC; }
span { border-color: rgb(173,49,236); }
td.TdClassName
{
border-color: #AD31EC;
}
.TagClassName
{
border-color: #AD31EC;
}
</style>