#A59EBE

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

Shades of Wistful #A59EBE

Tints of Wistful #A59EBE

Color information

#A59EBE (or 0xA59EBE) is unknown color: approx Wistful. HEX triplet: A5, 9E and BE. RGB value is (165,158,190). Sum of RGB (Red+Green+Blue) = 165+158+190=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #A59EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59EBE is #5A6141. Grayscale: #A3A3A3. Windows color (decimal): -5923138 or 12492453. OLE color: 12492453.

HSL color Cylindrical-coordinate representation of color #A59EBE: hue angle of 253.12º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A59EBE is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165158190-
CMYK0.130.1700.25
HSL253.12º19.75%68.24%-
HSV(B)253.12º16.84%74.51%-
XYZ37.0436.1753.74-
YUV163.74142.82128.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.16%
GREEN value IS 158 (62.11% from 255) = 30.80%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=32.16%
G=30.80%
B=37.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651581900.130.1700.25253.1219.7568.24
HexA59EBED11019fd1444
Octal245236276152103137524104
Binary10100101100111101011111011011000101100111111101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59EBE; }

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

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

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

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

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

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

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

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