Shades of Dark Orchid #AD34EE
Tints of Dark Orchid #AD34EE
RGB
CMYK
RGB Variations
Color information
#AD34EE (or 0xAD34EE) is known color: Dark Orchid. HEX triplet: AD, 34 and EE. RGB value is (173,52,238). Sum of RGB (Red+Green+Blue) = 173+52+238=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD34EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD34EE is #52CB11. Grayscale: #6C6C6C. Windows color (decimal): -5425938 or 15611053. OLE color: 15611053.
HSL color Cylindrical-coordinate representation of color #AD34EE: hue angle of 279.03º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD34EE is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 52 | 238 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.07 |
| HSL | 279.03º | 0.85% | 0.57% | - |
| HSV(B) | 279.03º | 0.78% | 0.93% | - |
| XYZ | 33.89 | 17.51 | 82.48 | - |
| YUV | 109.38 | 200.59 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 238 | 0.27 | 0.78 | 0 | 0.07 | 279.03 | 0.85 | 0.57 |
| Hex | AD | 34 | EE | 1B | 4E | 0 | 7 | 117 | 55 | 39 |
| Octal | 255 | 64 | 356 | 33 | 116 | 0 | 7 | 427 | 125 | 71 |
| Binary | 10101101 | 110100 | 11101110 | 11011 | 1001110 | 0 | 111 | 100010111 | 1010101 | 111001 |
Color Harmonies of #AD34EE
Complementary color
Monochromatic Colors of #AD34EE
Black with #AD34EE
Text Example
Text Example
White with #AD34EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD34EE; }
p { color: rgb(173,52,238); }
H1.HeaderClassName
{
color: #AD34EE;
}
.AnyTagClassName
{
color: #AD34EE;
}
</style>
background-color css
<style>
a { background-color: #AD34EE; }
a { background-color: rgb(173,52,238); }
div.DivClassName
{
background-color: #AD34EE;
}
.BgClassName
{
background-color: #AD34EE;
}
</style>
border-color css
<style>
span { border-color: #AD34EE; }
span { border-color: rgb(173,52,238); }
td.TdClassName
{
border-color: #AD34EE;
}
.TagClassName
{
border-color: #AD34EE;
}
</style>