Shades of Dark Orchid #AD39C9
Tints of Dark Orchid #AD39C9
RGB
CMYK
RGB Variations
Color information
#AD39C9 (or 0xAD39C9) is known color: Dark Orchid. HEX triplet: AD, 39 and C9. RGB value is (173,57,201). Sum of RGB (Red+Green+Blue) = 173+57+201=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD39C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD39C9 is #52C636. Grayscale: #6B6B6B. Windows color (decimal): -5424695 or 13187501. OLE color: 13187501.
HSL color Cylindrical-coordinate representation of color #AD39C9: hue angle of 288.33º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD39C9 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 57 | 201 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.21 |
| HSL | 288.33º | 0.57% | 0.51% | - |
| HSV(B) | 288.33º | 0.72% | 0.79% | - |
| XYZ | 29.24 | 16.03 | 56.81 | - |
| YUV | 108.1 | 180.43 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 201 | 0.14 | 0.72 | 0 | 0.21 | 288.33 | 0.57 | 0.51 |
| Hex | AD | 39 | C9 | E | 48 | 0 | 15 | 120 | 39 | 33 |
| Octal | 255 | 71 | 311 | 16 | 110 | 0 | 25 | 440 | 71 | 63 |
| Binary | 10101101 | 111001 | 11001001 | 1110 | 1001000 | 0 | 10101 | 100100000 | 111001 | 110011 |
Color Harmonies of #AD39C9
Complementary color
Monochromatic Colors of #AD39C9
Black with #AD39C9
Text Example
Text Example
White with #AD39C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD39C9; }
p { color: rgb(173,57,201); }
H1.HeaderClassName
{
color: #AD39C9;
}
.AnyTagClassName
{
color: #AD39C9;
}
</style>
background-color css
<style>
a { background-color: #AD39C9; }
a { background-color: rgb(173,57,201); }
div.DivClassName
{
background-color: #AD39C9;
}
.BgClassName
{
background-color: #AD39C9;
}
</style>
border-color css
<style>
span { border-color: #AD39C9; }
span { border-color: rgb(173,57,201); }
td.TdClassName
{
border-color: #AD39C9;
}
.TagClassName
{
border-color: #AD39C9;
}
</style>