Shades of Dark Orchid #AD39DB
Tints of Dark Orchid #AD39DB
RGB
CMYK
RGB Variations
Color information
#AD39DB (or 0xAD39DB) is known color: Dark Orchid. HEX triplet: AD, 39 and DB. RGB value is (173,57,219). Sum of RGB (Red+Green+Blue) = 173+57+219=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 57 (22.66% from 255 or 12.69% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD39DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD39DB is #52C624. Grayscale: #6D6D6D. Windows color (decimal): -5424677 or 14367149. OLE color: 14367149.
HSL color Cylindrical-coordinate representation of color #AD39DB: hue angle of 282.96º degrees, saturation: 0.69, 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 #AD39DB is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 57 | 219 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.14 |
| HSL | 282.96º | 0.69% | 0.54% | - |
| HSV(B) | 282.96º | 0.74% | 0.86% | - |
| XYZ | 31.48 | 16.92 | 68.63 | - |
| YUV | 110.15 | 189.43 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 219 | 0.21 | 0.74 | 0 | 0.14 | 282.96 | 0.69 | 0.54 |
| Hex | AD | 39 | DB | 15 | 4A | 0 | E | 11B | 45 | 36 |
| Octal | 255 | 71 | 333 | 25 | 112 | 0 | 16 | 433 | 105 | 66 |
| Binary | 10101101 | 111001 | 11011011 | 10101 | 1001010 | 0 | 1110 | 100011011 | 1000101 | 110110 |
Color Harmonies of #AD39DB
Complementary color
Monochromatic Colors of #AD39DB
Black with #AD39DB
Text Example
Text Example
White with #AD39DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD39DB; }
p { color: rgb(173,57,219); }
H1.HeaderClassName
{
color: #AD39DB;
}
.AnyTagClassName
{
color: #AD39DB;
}
</style>
background-color css
<style>
a { background-color: #AD39DB; }
a { background-color: rgb(173,57,219); }
div.DivClassName
{
background-color: #AD39DB;
}
.BgClassName
{
background-color: #AD39DB;
}
</style>
border-color css
<style>
span { border-color: #AD39DB; }
span { border-color: rgb(173,57,219); }
td.TdClassName
{
border-color: #AD39DB;
}
.TagClassName
{
border-color: #AD39DB;
}
</style>