Shades of Dark Orchid #AD36EE
Tints of Dark Orchid #AD36EE
RGB
CMYK
RGB Variations
Color information
#AD36EE (or 0xAD36EE) is known color: Dark Orchid. HEX triplet: AD, 36 and EE. RGB value is (173,54,238). Sum of RGB (Red+Green+Blue) = 173+54+238=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD36EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD36EE is #52C911. Grayscale: #6D6D6D. Windows color (decimal): -5425426 or 15611565. OLE color: 15611565.
HSL color Cylindrical-coordinate representation of color #AD36EE: hue angle of 278.8º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD36EE is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 54 | 238 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.07 |
| HSL | 278.8º | 0.84% | 0.57% | - |
| HSV(B) | 278.8º | 0.77% | 0.93% | - |
| XYZ | 33.99 | 17.7 | 82.51 | - |
| YUV | 110.56 | 199.92 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 238 | 0.27 | 0.77 | 0 | 0.07 | 278.8 | 0.84 | 0.57 |
| Hex | AD | 36 | EE | 1B | 4D | 0 | 7 | 117 | 54 | 39 |
| Octal | 255 | 66 | 356 | 33 | 115 | 0 | 7 | 427 | 124 | 71 |
| Binary | 10101101 | 110110 | 11101110 | 11011 | 1001101 | 0 | 111 | 100010111 | 1010100 | 111001 |
Color Harmonies of #AD36EE
Complementary color
Monochromatic Colors of #AD36EE
Black with #AD36EE
Text Example
Text Example
White with #AD36EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD36EE; }
p { color: rgb(173,54,238); }
H1.HeaderClassName
{
color: #AD36EE;
}
.AnyTagClassName
{
color: #AD36EE;
}
</style>
background-color css
<style>
a { background-color: #AD36EE; }
a { background-color: rgb(173,54,238); }
div.DivClassName
{
background-color: #AD36EE;
}
.BgClassName
{
background-color: #AD36EE;
}
</style>
border-color css
<style>
span { border-color: #AD36EE; }
span { border-color: rgb(173,54,238); }
td.TdClassName
{
border-color: #AD36EE;
}
.TagClassName
{
border-color: #AD36EE;
}
</style>