#A539DE

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

Shades of Dark Orchid #A539DE

Tints of Dark Orchid #A539DE

Color information

#A539DE (or 0xA539DE) is unknown color: approx Dark Orchid. HEX triplet: A5, 39 and DE. RGB value is (165,57,222). Sum of RGB (Red+Green+Blue) = 165+57+222=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 57 (22.66% from 255 or 12.84% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #A539DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A539DE is #5AC621. Grayscale: #6B6B6B. Windows color (decimal): -5948962 or 14563749. OLE color: 14563749.

HSL color Cylindrical-coordinate representation of color #A539DE: hue angle of 279.27º 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 #A539DE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16557222-
CMYK0.260.7400.13
HSL279.27º71.43%54.71%-
HSV(B)279.27º74.32%87.06%-
XYZ30.1616.270.64-
YUV108.1192.28168.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.16%
GREEN value IS 57 (22.66% from 255) = 12.84%
BLUE value IS 222 (87.11% from 255) = 50%
R=37.16%
G=12.84%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal165572220.260.7400.13279.2771.4354.71
HexA539DE1A4A0D1174737
Octal245713363211201542710767
Binary1010010111100111011110110101001010011011000101111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A539DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A539DE; }

 p { color: rgb(165,57,222); }

 H1.HeaderClassName
 {
   color: #A539DE;
 }
 .AnyTagClassName
 {
   color: #A539DE;
 }
</style>
background-color css

<style>
 a { background-color: #A539DE; }

 a { background-color: rgb(165,57,222); }

 div.DivClassName
 {
   background-color: #A539DE;
 }
 .BgClassName
 {
   background-color: #A539DE;
 }
</style>
border-color css

<style>
 span { border-color: #A539DE; }

 span { border-color: rgb(165,57,222); }

 td.TdClassName
 {
   border-color: #A539DE;
 }
 .TagClassName
 {
   border-color: #A539DE;
 }
</style>