#A59ECC

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

Shades of Wistful #A59ECC

Tints of Wistful #A59ECC

Color information

#A59ECC (or 0xA59ECC) is unknown color: approx Wistful. HEX triplet: A5, 9E and CC. RGB value is (165,158,204). Sum of RGB (Red+Green+Blue) = 165+158+204=527 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.31% from 527); Green value is 158 (62.11% from 255 or 29.98% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #A59ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ECC is #5A6133. Grayscale: #A5A5A5. Windows color (decimal): -5923124 or 13409957. OLE color: 13409957.

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

Color convert

RGB165158204-
CMYK0.190.2300.2
HSL249.13º31.08%70.98%-
HSV(B)249.13º22.55%80%-
XYZ38.6436.8162.2-
YUV165.34149.82127.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.31%
GREEN value IS 158 (62.11% from 255) = 29.98%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=31.31%
G=29.98%
B=38.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1651582040.190.2300.2249.1331.0870.98
HexA59ECC1317014f91f47
Octal245236314232702437137107
Binary101001011001111011001100100111011101010011111001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59ECC; }

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

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

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

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

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

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

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

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