#A59ECB

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

Shades of Wistful #A59ECB

Tints of Wistful #A59ECB

Color information

#A59ECB (or 0xA59ECB) is unknown color: approx Wistful. HEX triplet: A5, 9E and CB. RGB value is (165,158,203). Sum of RGB (Red+Green+Blue) = 165+158+203=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #A59ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ECB is #5A6134. Grayscale: #A5A5A5. Windows color (decimal): -5923125 or 13344421. OLE color: 13344421.

HSL color Cylindrical-coordinate representation of color #A59ECB: hue angle of 249.33º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A59ECB is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165158203-
CMYK0.190.2200.20
HSL249.33º30.2%70.78%-
HSV(B)249.33º22.17%79.61%-
XYZ38.5236.7661.57-
YUV165.22149.32127.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 203 (79.69% from 255) = 38.59%
R=31.37%
G=30.04%
B=38.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651582030.190.2200.20249.3330.270.78
HexA59ECB1316014f91e47
Octal245236313232602437136107
Binary101001011001111011001011100111011001010011111001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59ECB; }

 p { color: rgb(165,158,203); }

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

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

 a { background-color: rgb(165,158,203); }

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

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

 span { border-color: rgb(165,158,203); }

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