Shades of Dark Orchid #AD39DC
Tints of Dark Orchid #AD39DC
RGB
CMYK
RGB Variations
Color information
#AD39DC (or 0xAD39DC) is known color: Dark Orchid. HEX triplet: AD, 39 and DC. RGB value is (173,57,220). Sum of RGB (Red+Green+Blue) = 173+57+220=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 57 (22.66% from 255 or 12.67% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD39DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD39DC is #52C623. Grayscale: #6D6D6D. Windows color (decimal): -5424676 or 14432685. OLE color: 14432685.
HSL color Cylindrical-coordinate representation of color #AD39DC: hue angle of 282.7º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD39DC is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 57 | 220 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.14 |
| HSL | 282.7º | 0.7% | 0.54% | - |
| HSV(B) | 282.7º | 0.74% | 0.86% | - |
| XYZ | 31.61 | 16.98 | 69.32 | - |
| YUV | 110.27 | 189.93 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 220 | 0.21 | 0.74 | 0 | 0.14 | 282.7 | 0.7 | 0.54 |
| Hex | AD | 39 | DC | 15 | 4A | 0 | E | 11B | 46 | 36 |
| Octal | 255 | 71 | 334 | 25 | 112 | 0 | 16 | 433 | 106 | 66 |
| Binary | 10101101 | 111001 | 11011100 | 10101 | 1001010 | 0 | 1110 | 100011011 | 1000110 | 110110 |
Color Harmonies of #AD39DC
Complementary color
Monochromatic Colors of #AD39DC
Black with #AD39DC
Text Example
Text Example
White with #AD39DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD39DC; }
p { color: rgb(173,57,220); }
H1.HeaderClassName
{
color: #AD39DC;
}
.AnyTagClassName
{
color: #AD39DC;
}
</style>
background-color css
<style>
a { background-color: #AD39DC; }
a { background-color: rgb(173,57,220); }
div.DivClassName
{
background-color: #AD39DC;
}
.BgClassName
{
background-color: #AD39DC;
}
</style>
border-color css
<style>
span { border-color: #AD39DC; }
span { border-color: rgb(173,57,220); }
td.TdClassName
{
border-color: #AD39DC;
}
.TagClassName
{
border-color: #AD39DC;
}
</style>