#A039DE

Color #A039DE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A039DE

Tints of Dark Orchid #A039DE

Color information

#A039DE (or 0xA039DE) is unknown color: approx 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

RGB16057222-
CMYK0.280.7400.13
HSL277.45º71.43%54.71%-
HSV(B)277.45º74.32%87.06%-
XYZ29.1515.6770.6-
YUV106.61193.12166.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 57 (22.66% from 255) = 12.98%
BLUE value IS 222 (87.11% from 255) = 50.57%
R=36.45%
G=12.98%
B=50.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal160572220.280.7400.13277.4571.4354.71
HexA039DE1C4A0D1154737
Octal240713363411201542510767
Binary1010000011100111011110111001001010011011000101011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A039DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>