#A59ECE

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

Shades of Wistful #A59ECE

Tints of Wistful #A59ECE

Color information

#A59ECE (or 0xA59ECE) is unknown color: approx Wistful. HEX triplet: A5, 9E and CE. RGB value is (165,158,206). Sum of RGB (Red+Green+Blue) = 165+158+206=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #A59ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ECE is #5A6131. Grayscale: #A5A5A5. Windows color (decimal): -5923122 or 13541029. OLE color: 13541029.

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

Color convert

RGB165158206-
CMYK0.200.2300.19
HSL248.75º32.88%71.37%-
HSV(B)248.75º23.3%80.78%-
XYZ38.8836.9163.47-
YUV165.56150.82127.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.19%
GREEN value IS 158 (62.11% from 255) = 29.87%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=31.19%
G=29.87%
B=38.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651582060.200.2300.19248.7532.8871.37
HexA59ECE1417013f92147
Octal245236316242702337141107
Binary1010010110011110110011101010010111010011111110011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59ECE; }

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

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

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

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

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

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

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

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