#A59ECF

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

Shades of Wistful #A59ECF

Tints of Wistful #A59ECF

Color information

#A59ECF (or 0xA59ECF) is unknown color: approx Wistful. HEX triplet: A5, 9E and CF. RGB value is (165,158,207). Sum of RGB (Red+Green+Blue) = 165+158+207=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #A59ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ECF is #5A6130. Grayscale: #A5A5A5. Windows color (decimal): -5923121 or 13606565. OLE color: 13606565.

HSL color Cylindrical-coordinate representation of color #A59ECF: hue angle of 248.57º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A59ECF is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165158207-
CMYK0.200.2400.19
HSL248.57º33.79%71.57%-
HSV(B)248.57º23.67%81.18%-
XYZ39.0136.9664.11-
YUV165.68151.32127.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.13%
GREEN value IS 158 (62.11% from 255) = 29.81%
BLUE value IS 207 (81.25% from 255) = 39.06%
R=31.13%
G=29.81%
B=39.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651582070.200.2400.19248.5733.7971.57
HexA59ECF1418013f92248
Octal245236317243002337142110
Binary1010010110011110110011111010011000010011111110011000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59ECF; }

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

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

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

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

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

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

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

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