Shades of Dark Orchid #AD39DF
Tints of Dark Orchid #AD39DF
RGB
CMYK
RGB Variations
Color information
#AD39DF (or 0xAD39DF) is known color: Dark Orchid. HEX triplet: AD, 39 and DF. RGB value is (173,57,223). Sum of RGB (Red+Green+Blue) = 173+57+223=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 57 (22.66% from 255 or 12.58% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD39DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD39DF is #52C620. Grayscale: #6E6E6E. Windows color (decimal): -5424673 or 14629293. OLE color: 14629293.
HSL color Cylindrical-coordinate representation of color #AD39DF: hue angle of 281.93º degrees, saturation: 0.72, 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 #AD39DF is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 57 | 223 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.13 |
| HSL | 281.93º | 0.72% | 0.55% | - |
| HSV(B) | 281.93º | 0.74% | 0.87% | - |
| XYZ | 32.02 | 17.14 | 71.43 | - |
| YUV | 110.61 | 191.43 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 223 | 0.22 | 0.74 | 0 | 0.13 | 281.93 | 0.72 | 0.55 |
| Hex | AD | 39 | DF | 16 | 4A | 0 | D | 11A | 48 | 37 |
| Octal | 255 | 71 | 337 | 26 | 112 | 0 | 15 | 432 | 110 | 67 |
| Binary | 10101101 | 111001 | 11011111 | 10110 | 1001010 | 0 | 1101 | 100011010 | 1001000 | 110111 |
Color Harmonies of #AD39DF
Complementary color
Monochromatic Colors of #AD39DF
Black with #AD39DF
Text Example
Text Example
White with #AD39DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD39DF; }
p { color: rgb(173,57,223); }
H1.HeaderClassName
{
color: #AD39DF;
}
.AnyTagClassName
{
color: #AD39DF;
}
</style>
background-color css
<style>
a { background-color: #AD39DF; }
a { background-color: rgb(173,57,223); }
div.DivClassName
{
background-color: #AD39DF;
}
.BgClassName
{
background-color: #AD39DF;
}
</style>
border-color css
<style>
span { border-color: #AD39DF; }
span { border-color: rgb(173,57,223); }
td.TdClassName
{
border-color: #AD39DF;
}
.TagClassName
{
border-color: #AD39DF;
}
</style>