Shades of Dark Orchid #AD34EA
Tints of Dark Orchid #AD34EA
RGB
CMYK
RGB Variations
Color information
#AD34EA (or 0xAD34EA) is known color: Dark Orchid. HEX triplet: AD, 34 and EA. RGB value is (173,52,234). Sum of RGB (Red+Green+Blue) = 173+52+234=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 52 (20.70% from 255 or 11.33% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD34EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD34EA is #52CB15. Grayscale: #6C6C6C. Windows color (decimal): -5425942 or 15348909. OLE color: 15348909.
HSL color Cylindrical-coordinate representation of color #AD34EA: hue angle of 279.89º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD34EA is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 52 | 234 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.08 |
| HSL | 279.89º | 0.81% | 0.56% | - |
| HSV(B) | 279.89º | 0.78% | 0.92% | - |
| XYZ | 33.31 | 17.28 | 79.42 | - |
| YUV | 108.93 | 198.59 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 234 | 0.26 | 0.78 | 0 | 0.08 | 279.89 | 0.81 | 0.56 |
| Hex | AD | 34 | EA | 1A | 4E | 0 | 8 | 118 | 51 | 38 |
| Octal | 255 | 64 | 352 | 32 | 116 | 0 | 10 | 430 | 121 | 70 |
| Binary | 10101101 | 110100 | 11101010 | 11010 | 1001110 | 0 | 1000 | 100011000 | 1010001 | 111000 |
Color Harmonies of #AD34EA
Complementary color
Monochromatic Colors of #AD34EA
Black with #AD34EA
Text Example
Text Example
White with #AD34EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD34EA; }
p { color: rgb(173,52,234); }
H1.HeaderClassName
{
color: #AD34EA;
}
.AnyTagClassName
{
color: #AD34EA;
}
</style>
background-color css
<style>
a { background-color: #AD34EA; }
a { background-color: rgb(173,52,234); }
div.DivClassName
{
background-color: #AD34EA;
}
.BgClassName
{
background-color: #AD34EA;
}
</style>
border-color css
<style>
span { border-color: #AD34EA; }
span { border-color: rgb(173,52,234); }
td.TdClassName
{
border-color: #AD34EA;
}
.TagClassName
{
border-color: #AD34EA;
}
</style>