Shades of Dark Orchid #AD39DD
Tints of Dark Orchid #AD39DD
RGB
CMYK
RGB Variations
Color information
#AD39DD (or 0xAD39DD) is known color: Dark Orchid. HEX triplet: AD, 39 and DD. RGB value is (173,57,221). Sum of RGB (Red+Green+Blue) = 173+57+221=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD39DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD39DD is #52C622. Grayscale: #6D6D6D. Windows color (decimal): -5424675 or 14498221. OLE color: 14498221.
HSL color Cylindrical-coordinate representation of color #AD39DD: hue angle of 282.44º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD39DD is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 57 | 221 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.13 |
| HSL | 282.44º | 0.71% | 0.55% | - |
| HSV(B) | 282.44º | 0.74% | 0.87% | - |
| XYZ | 31.75 | 17.03 | 70.02 | - |
| YUV | 110.38 | 190.43 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 221 | 0.22 | 0.74 | 0 | 0.13 | 282.44 | 0.71 | 0.55 |
| Hex | AD | 39 | DD | 16 | 4A | 0 | D | 11A | 47 | 37 |
| Octal | 255 | 71 | 335 | 26 | 112 | 0 | 15 | 432 | 107 | 67 |
| Binary | 10101101 | 111001 | 11011101 | 10110 | 1001010 | 0 | 1101 | 100011010 | 1000111 | 110111 |
Color Harmonies of #AD39DD
Complementary color
Monochromatic Colors of #AD39DD
Black with #AD39DD
Text Example
Text Example
White with #AD39DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD39DD; }
p { color: rgb(173,57,221); }
H1.HeaderClassName
{
color: #AD39DD;
}
.AnyTagClassName
{
color: #AD39DD;
}
</style>
background-color css
<style>
a { background-color: #AD39DD; }
a { background-color: rgb(173,57,221); }
div.DivClassName
{
background-color: #AD39DD;
}
.BgClassName
{
background-color: #AD39DD;
}
</style>
border-color css
<style>
span { border-color: #AD39DD; }
span { border-color: rgb(173,57,221); }
td.TdClassName
{
border-color: #AD39DD;
}
.TagClassName
{
border-color: #AD39DD;
}
</style>