Shades of Dark Orchid #AD39E2
Tints of Dark Orchid #AD39E2
RGB
CMYK
RGB Variations
Color information
#AD39E2 (or 0xAD39E2) is known color: Dark Orchid. HEX triplet: AD, 39 and E2. RGB value is (173,57,226). Sum of RGB (Red+Green+Blue) = 173+57+226=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 226 (88.67% from 255 or 49.56% from 456); Max value from RGB is 226 - color contains mainly: blue. Hex color #AD39E2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD39E2 is #52C61D. Grayscale: #6E6E6E. Windows color (decimal): -5424670 or 14825901. OLE color: 14825901.
HSL color Cylindrical-coordinate representation of color #AD39E2: hue angle of 281.18º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD39E2 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 57 | 226 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.11 |
| HSL | 281.18º | 0.74% | 0.55% | - |
| HSV(B) | 281.18º | 0.75% | 0.89% | - |
| XYZ | 32.42 | 17.3 | 73.58 | - |
| YUV | 110.95 | 192.93 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 226 | 0.23 | 0.75 | 0 | 0.11 | 281.18 | 0.74 | 0.55 |
| Hex | AD | 39 | E2 | 17 | 4B | 0 | B | 119 | 4A | 37 |
| Octal | 255 | 71 | 342 | 27 | 113 | 0 | 13 | 431 | 112 | 67 |
| Binary | 10101101 | 111001 | 11100010 | 10111 | 1001011 | 0 | 1011 | 100011001 | 1001010 | 110111 |
Color Harmonies of #AD39E2
Complementary color
Monochromatic Colors of #AD39E2
Black with #AD39E2
Text Example
Text Example
White with #AD39E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD39E2; }
p { color: rgb(173,57,226); }
H1.HeaderClassName
{
color: #AD39E2;
}
.AnyTagClassName
{
color: #AD39E2;
}
</style>
background-color css
<style>
a { background-color: #AD39E2; }
a { background-color: rgb(173,57,226); }
div.DivClassName
{
background-color: #AD39E2;
}
.BgClassName
{
background-color: #AD39E2;
}
</style>
border-color css
<style>
span { border-color: #AD39E2; }
span { border-color: rgb(173,57,226); }
td.TdClassName
{
border-color: #AD39E2;
}
.TagClassName
{
border-color: #AD39E2;
}
</style>