Shades of Dark Orchid #AD2EEC
Tints of Dark Orchid #AD2EEC
RGB
CMYK
RGB Variations
Color information
#AD2EEC (or 0xAD2EEC) is known color: Dark Orchid. HEX triplet: AD, 2E and EC. RGB value is (173,46,236). Sum of RGB (Red+Green+Blue) = 173+46+236=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 46 (18.36% from 255 or 10.11% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD2EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2EEC is #52D113. Grayscale: #696969. Windows color (decimal): -5427476 or 15478445. OLE color: 15478445.
HSL color Cylindrical-coordinate representation of color #AD2EEC: hue angle of 280.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2EEC is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 46 | 236 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.07 |
| HSL | 280.11º | 0.83% | 0.55% | - |
| HSV(B) | 280.11º | 0.81% | 0.93% | - |
| XYZ | 33.35 | 16.89 | 80.86 | - |
| YUV | 105.63 | 201.58 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 236 | 0.27 | 0.81 | 0 | 0.07 | 280.11 | 0.83 | 0.55 |
| Hex | AD | 2E | EC | 1B | 51 | 0 | 7 | 118 | 53 | 37 |
| Octal | 255 | 56 | 354 | 33 | 121 | 0 | 7 | 430 | 123 | 67 |
| Binary | 10101101 | 101110 | 11101100 | 11011 | 1010001 | 0 | 111 | 100011000 | 1010011 | 110111 |
Color Harmonies of #AD2EEC
Complementary color
Monochromatic Colors of #AD2EEC
Black with #AD2EEC
Text Example
Text Example
White with #AD2EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2EEC; }
p { color: rgb(173,46,236); }
H1.HeaderClassName
{
color: #AD2EEC;
}
.AnyTagClassName
{
color: #AD2EEC;
}
</style>
background-color css
<style>
a { background-color: #AD2EEC; }
a { background-color: rgb(173,46,236); }
div.DivClassName
{
background-color: #AD2EEC;
}
.BgClassName
{
background-color: #AD2EEC;
}
</style>
border-color css
<style>
span { border-color: #AD2EEC; }
span { border-color: rgb(173,46,236); }
td.TdClassName
{
border-color: #AD2EEC;
}
.TagClassName
{
border-color: #AD2EEC;
}
</style>