Shades of Dark Orchid #AD38D9
Tints of Dark Orchid #AD38D9
RGB
CMYK
RGB Variations
Color information
#AD38D9 (or 0xAD38D9) is known color: Dark Orchid. HEX triplet: AD, 38 and D9. RGB value is (173,56,217). Sum of RGB (Red+Green+Blue) = 173+56+217=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 217 (85.16% from 255 or 48.65% from 446); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD38D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD38D9 is #52C726. Grayscale: #6C6C6C. Windows color (decimal): -5424935 or 14235821. OLE color: 14235821.
HSL color Cylindrical-coordinate representation of color #AD38D9: hue angle of 283.6º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD38D9 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 56 | 217 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.15 |
| HSL | 283.6º | 0.68% | 0.54% | - |
| HSV(B) | 283.6º | 0.74% | 0.85% | - |
| XYZ | 31.17 | 16.72 | 67.23 | - |
| YUV | 109.34 | 188.76 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 217 | 0.20 | 0.74 | 0 | 0.15 | 283.6 | 0.68 | 0.54 |
| Hex | AD | 38 | D9 | 14 | 4A | 0 | F | 11C | 44 | 36 |
| Octal | 255 | 70 | 331 | 24 | 112 | 0 | 17 | 434 | 104 | 66 |
| Binary | 10101101 | 111000 | 11011001 | 10100 | 1001010 | 0 | 1111 | 100011100 | 1000100 | 110110 |
Color Harmonies of #AD38D9
Complementary color
Monochromatic Colors of #AD38D9
Black with #AD38D9
Text Example
Text Example
White with #AD38D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD38D9; }
p { color: rgb(173,56,217); }
H1.HeaderClassName
{
color: #AD38D9;
}
.AnyTagClassName
{
color: #AD38D9;
}
</style>
background-color css
<style>
a { background-color: #AD38D9; }
a { background-color: rgb(173,56,217); }
div.DivClassName
{
background-color: #AD38D9;
}
.BgClassName
{
background-color: #AD38D9;
}
</style>
border-color css
<style>
span { border-color: #AD38D9; }
span { border-color: rgb(173,56,217); }
td.TdClassName
{
border-color: #AD38D9;
}
.TagClassName
{
border-color: #AD38D9;
}
</style>