#A59BEE

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

Shades of Wistful #A59BEE

Tints of Wistful #A59BEE

Color information

#A59BEE (or 0xA59BEE) is unknown color: approx Wistful. HEX triplet: A5, 9B and EE. RGB value is (165,155,238). Sum of RGB (Red+Green+Blue) = 165+155+238=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #A59BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59BEE is #5A6411. Grayscale: #A7A7A7. Windows color (decimal): -5923858 or 15637413. OLE color: 15637413.

HSL color Cylindrical-coordinate representation of color #A59BEE: hue angle of 247.23º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A59BEE is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165155238-
CMYK0.310.3500.07
HSL247.23º70.94%77.06%-
HSV(B)247.23º34.87%93.33%-
XYZ42.6737.6285.9-
YUV167.45167.81126.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.57%
GREEN value IS 155 (60.94% from 255) = 27.78%
BLUE value IS 238 (93.36% from 255) = 42.65%
R=29.57%
G=27.78%
B=42.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651552380.310.3500.07247.2370.9477.06
HexA59BEE1F2307f7474d
Octal245233356374307367107115
Binary1010010110011011111011101111110001101111111011110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BEE; }

 p { color: rgb(165,155,238); }

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

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

 a { background-color: rgb(165,155,238); }

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

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

 span { border-color: rgb(165,155,238); }

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