Shades of Dark Orchid #AD39CF
Tints of Dark Orchid #AD39CF
RGB
CMYK
RGB Variations
Color information
#AD39CF (or 0xAD39CF) is known color: Dark Orchid. HEX triplet: AD, 39 and CF. RGB value is (173,57,207). Sum of RGB (Red+Green+Blue) = 173+57+207=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 57 (22.66% from 255 or 13.04% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD39CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD39CF is #52C630. Grayscale: #6C6C6C. Windows color (decimal): -5424689 or 13580717. OLE color: 13580717.
HSL color Cylindrical-coordinate representation of color #AD39CF: hue angle of 286.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD39CF is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 57 | 207 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.19 |
| HSL | 286.4º | 0.61% | 0.52% | - |
| HSV(B) | 286.4º | 0.72% | 0.81% | - |
| XYZ | 29.96 | 16.32 | 60.6 | - |
| YUV | 108.78 | 183.43 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 207 | 0.16 | 0.72 | 0 | 0.19 | 286.4 | 0.61 | 0.52 |
| Hex | AD | 39 | CF | 10 | 48 | 0 | 13 | 11E | 3D | 34 |
| Octal | 255 | 71 | 317 | 20 | 110 | 0 | 23 | 436 | 75 | 64 |
| Binary | 10101101 | 111001 | 11001111 | 10000 | 1001000 | 0 | 10011 | 100011110 | 111101 | 110100 |
Color Harmonies of #AD39CF
Complementary color
Monochromatic Colors of #AD39CF
Black with #AD39CF
Text Example
Text Example
White with #AD39CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD39CF; }
p { color: rgb(173,57,207); }
H1.HeaderClassName
{
color: #AD39CF;
}
.AnyTagClassName
{
color: #AD39CF;
}
</style>
background-color css
<style>
a { background-color: #AD39CF; }
a { background-color: rgb(173,57,207); }
div.DivClassName
{
background-color: #AD39CF;
}
.BgClassName
{
background-color: #AD39CF;
}
</style>
border-color css
<style>
span { border-color: #AD39CF; }
span { border-color: rgb(173,57,207); }
td.TdClassName
{
border-color: #AD39CF;
}
.TagClassName
{
border-color: #AD39CF;
}
</style>