#A59BE9

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

Shades of Wistful #A59BE9

Tints of Wistful #A59BE9

Color information

#A59BE9 (or 0xA59BE9) is unknown color: approx Wistful. HEX triplet: A5, 9B and E9. RGB value is (165,155,233). Sum of RGB (Red+Green+Blue) = 165+155+233=553 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.84% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #A59BE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59BE9 is #5A6416. Grayscale: #A6A6A6. Windows color (decimal): -5923863 or 15309733. OLE color: 15309733.

HSL color Cylindrical-coordinate representation of color #A59BE9: hue angle of 247.69º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A59BE9 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB165155233-
CMYK0.290.3300.09
HSL247.69º63.93%76.08%-
HSV(B)247.69º33.48%91.37%-
XYZ41.9537.3382.08-
YUV166.88165.31126.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.84%
GREEN value IS 155 (60.94% from 255) = 28.03%
BLUE value IS 233 (91.41% from 255) = 42.13%
R=29.84%
G=28.03%
B=42.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1651552330.290.3300.09247.6963.9376.08
HexA59BE91D2109f8404c
Octal2452333513541011370100114
Binary10100101100110111110100111101100001010011111100010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BE9; }

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

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

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

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

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

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

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

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