#A59CDE

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

Shades of Wistful #A59CDE

Tints of Wistful #A59CDE

Color information

#A59CDE (or 0xA59CDE) is unknown color: approx Wistful. HEX triplet: A5, 9C and DE. RGB value is (165,156,222). Sum of RGB (Red+Green+Blue) = 165+156+222=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #A59CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CDE is #5A6321. Grayscale: #A5A5A5. Windows color (decimal): -5923618 or 14589093. OLE color: 14589093.

HSL color Cylindrical-coordinate representation of color #A59CDE: hue angle of 248.18º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A59CDE is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165156222-
CMYK0.260.3000.13
HSL248.18º50%74.12%-
HSV(B)248.18º29.73%87.06%-
XYZ40.5937.0574.12-
YUV166.21159.48127.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.39%
GREEN value IS 156 (61.33% from 255) = 28.73%
BLUE value IS 222 (87.11% from 255) = 40.88%
R=30.39%
G=28.73%
B=40.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651562220.260.3000.13248.185074.12
HexA59CDE1A1E0Df8324a
Octal245234336323601537062112
Binary101001011001110011011110110101111001101111110001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59CDE; }

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

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

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

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

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

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

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

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