Shades of Dark Orchid #A039DE
Tints of Dark Orchid #A039DE
RGB
CMYK
RGB Variations
Color information
#A039DE (or 0xA039DE) is known color: Dark Orchid. HEX triplet: A0, 39 and DE. RGB value is (160,57,222). Sum of RGB (Red+Green+Blue) = 160+57+222=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #A039DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A039DE is #5FC621. Grayscale: #6A6A6A. Windows color (decimal): -6276642 or 14563744. OLE color: 14563744.
HSL color Cylindrical-coordinate representation of color #A039DE: hue angle of 277.45º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A039DE is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 57 | 222 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.13 |
| HSL | 277.45º | 0.71% | 0.55% | - |
| HSV(B) | 277.45º | 0.74% | 0.87% | - |
| XYZ | 29.15 | 15.67 | 70.6 | - |
| YUV | 106.61 | 193.12 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 222 | 0.28 | 0.74 | 0 | 0.13 | 277.45 | 0.71 | 0.55 |
| Hex | A0 | 39 | DE | 1C | 4A | 0 | D | 115 | 47 | 37 |
| Octal | 240 | 71 | 336 | 34 | 112 | 0 | 15 | 425 | 107 | 67 |
| Binary | 10100000 | 111001 | 11011110 | 11100 | 1001010 | 0 | 1101 | 100010101 | 1000111 | 110111 |
Color Harmonies of #A039DE
Complementary color
Monochromatic Colors of #A039DE
Black with #A039DE
Text Example
Text Example
White with #A039DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A039DE; }
p { color: rgb(160,57,222); }
H1.HeaderClassName
{
color: #A039DE;
}
.AnyTagClassName
{
color: #A039DE;
}
</style>
background-color css
<style>
a { background-color: #A039DE; }
a { background-color: rgb(160,57,222); }
div.DivClassName
{
background-color: #A039DE;
}
.BgClassName
{
background-color: #A039DE;
}
</style>
border-color css
<style>
span { border-color: #A039DE; }
span { border-color: rgb(160,57,222); }
td.TdClassName
{
border-color: #A039DE;
}
.TagClassName
{
border-color: #A039DE;
}
</style>