Shades of Dark Orchid #AD34ED
Tints of Dark Orchid #AD34ED
RGB
CMYK
RGB Variations
Color information
#AD34ED (or 0xAD34ED) is known color: Dark Orchid. HEX triplet: AD, 34 and ED. RGB value is (173,52,237). Sum of RGB (Red+Green+Blue) = 173+52+237=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 52 (20.70% from 255 or 11.26% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD34ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD34ED is #52CB12. Grayscale: #6C6C6C. Windows color (decimal): -5425939 or 15545517. OLE color: 15545517.
HSL color Cylindrical-coordinate representation of color #AD34ED: hue angle of 279.24º degrees, saturation: 0.84, 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 #AD34ED is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 52 | 237 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.07 |
| HSL | 279.24º | 0.84% | 0.57% | - |
| HSV(B) | 279.24º | 0.78% | 0.93% | - |
| XYZ | 33.75 | 17.45 | 81.71 | - |
| YUV | 109.27 | 200.09 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 237 | 0.27 | 0.78 | 0 | 0.07 | 279.24 | 0.84 | 0.57 |
| Hex | AD | 34 | ED | 1B | 4E | 0 | 7 | 117 | 54 | 39 |
| Octal | 255 | 64 | 355 | 33 | 116 | 0 | 7 | 427 | 124 | 71 |
| Binary | 10101101 | 110100 | 11101101 | 11011 | 1001110 | 0 | 111 | 100010111 | 1010100 | 111001 |
Color Harmonies of #AD34ED
Complementary color
Monochromatic Colors of #AD34ED
Black with #AD34ED
Text Example
Text Example
White with #AD34ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD34ED; }
p { color: rgb(173,52,237); }
H1.HeaderClassName
{
color: #AD34ED;
}
.AnyTagClassName
{
color: #AD34ED;
}
</style>
background-color css
<style>
a { background-color: #AD34ED; }
a { background-color: rgb(173,52,237); }
div.DivClassName
{
background-color: #AD34ED;
}
.BgClassName
{
background-color: #AD34ED;
}
</style>
border-color css
<style>
span { border-color: #AD34ED; }
span { border-color: rgb(173,52,237); }
td.TdClassName
{
border-color: #AD34ED;
}
.TagClassName
{
border-color: #AD34ED;
}
</style>