Shades of Dark Orchid #AD38E9
Tints of Dark Orchid #AD38E9
RGB
CMYK
RGB Variations
Color information
#AD38E9 (or 0xAD38E9) is known color: Dark Orchid. HEX triplet: AD, 38 and E9. RGB value is (173,56,233). Sum of RGB (Red+Green+Blue) = 173+56+233=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 56 (22.27% from 255 or 12.12% from 462); Blue value is 233 (91.41% from 255 or 50.43% from 462); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD38E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD38E9 is #52C716. Grayscale: #6E6E6E. Windows color (decimal): -5424919 or 15284397. OLE color: 15284397.
HSL color Cylindrical-coordinate representation of color #AD38E9: hue angle of 279.66º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD38E9 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 56 | 233 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.09 |
| HSL | 279.66º | 0.8% | 0.57% | - |
| HSV(B) | 279.66º | 0.76% | 0.91% | - |
| XYZ | 33.36 | 17.6 | 78.73 | - |
| YUV | 111.16 | 196.76 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 233 | 0.26 | 0.76 | 0 | 0.09 | 279.66 | 0.8 | 0.57 |
| Hex | AD | 38 | E9 | 1A | 4C | 0 | 9 | 118 | 50 | 39 |
| Octal | 255 | 70 | 351 | 32 | 114 | 0 | 11 | 430 | 120 | 71 |
| Binary | 10101101 | 111000 | 11101001 | 11010 | 1001100 | 0 | 1001 | 100011000 | 1010000 | 111001 |
Color Harmonies of #AD38E9
Complementary color
Monochromatic Colors of #AD38E9
Black with #AD38E9
Text Example
Text Example
White with #AD38E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD38E9; }
p { color: rgb(173,56,233); }
H1.HeaderClassName
{
color: #AD38E9;
}
.AnyTagClassName
{
color: #AD38E9;
}
</style>
background-color css
<style>
a { background-color: #AD38E9; }
a { background-color: rgb(173,56,233); }
div.DivClassName
{
background-color: #AD38E9;
}
.BgClassName
{
background-color: #AD38E9;
}
</style>
border-color css
<style>
span { border-color: #AD38E9; }
span { border-color: rgb(173,56,233); }
td.TdClassName
{
border-color: #AD38E9;
}
.TagClassName
{
border-color: #AD38E9;
}
</style>