Shades of Dark Orchid #AD39E8
Tints of Dark Orchid #AD39E8
RGB
CMYK
RGB Variations
Color information
#AD39E8 (or 0xAD39E8) is known color: Dark Orchid. HEX triplet: AD, 39 and E8. RGB value is (173,57,232). Sum of RGB (Red+Green+Blue) = 173+57+232=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 57 (22.66% from 255 or 12.34% from 462); Blue value is 232 (91.02% from 255 or 50.22% from 462); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD39E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD39E8 is #52C617. Grayscale: #6F6F6F. Windows color (decimal): -5424664 or 15219117. OLE color: 15219117.
HSL color Cylindrical-coordinate representation of color #AD39E8: hue angle of 279.77º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD39E8 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 57 | 232 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.09 |
| HSL | 279.77º | 0.79% | 0.57% | - |
| HSV(B) | 279.77º | 0.75% | 0.91% | - |
| XYZ | 33.26 | 17.64 | 78 | - |
| YUV | 111.63 | 195.93 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 232 | 0.25 | 0.75 | 0 | 0.09 | 279.77 | 0.79 | 0.57 |
| Hex | AD | 39 | E8 | 19 | 4B | 0 | 9 | 118 | 4F | 39 |
| Octal | 255 | 71 | 350 | 31 | 113 | 0 | 11 | 430 | 117 | 71 |
| Binary | 10101101 | 111001 | 11101000 | 11001 | 1001011 | 0 | 1001 | 100011000 | 1001111 | 111001 |
Color Harmonies of #AD39E8
Complementary color
Monochromatic Colors of #AD39E8
Black with #AD39E8
Text Example
Text Example
White with #AD39E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD39E8; }
p { color: rgb(173,57,232); }
H1.HeaderClassName
{
color: #AD39E8;
}
.AnyTagClassName
{
color: #AD39E8;
}
</style>
background-color css
<style>
a { background-color: #AD39E8; }
a { background-color: rgb(173,57,232); }
div.DivClassName
{
background-color: #AD39E8;
}
.BgClassName
{
background-color: #AD39E8;
}
</style>
border-color css
<style>
span { border-color: #AD39E8; }
span { border-color: rgb(173,57,232); }
td.TdClassName
{
border-color: #AD39E8;
}
.TagClassName
{
border-color: #AD39E8;
}
</style>