#A59BEC

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

Shades of Wistful #A59BEC

Tints of Wistful #A59BEC

Color information

#A59BEC (or 0xA59BEC) is unknown color: approx Wistful. HEX triplet: A5, 9B and EC. RGB value is (165,155,236). Sum of RGB (Red+Green+Blue) = 165+155+236=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #A59BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59BEC is #5A6413. Grayscale: #A6A6A6. Windows color (decimal): -5923860 or 15506341. OLE color: 15506341.

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

Color convert

RGB165155236-
CMYK0.300.3400.07
HSL247.41º68.07%76.67%-
HSV(B)247.41º34.32%92.55%-
XYZ42.3837.584.36-
YUV167.22166.81126.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.68%
GREEN value IS 155 (60.94% from 255) = 27.88%
BLUE value IS 236 (92.58% from 255) = 42.45%
R=29.68%
G=27.88%
B=42.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651552360.300.3400.07247.4168.0776.67
HexA59BEC1E2207f7444d
Octal245233354364207367104115
Binary1010010110011011111011001111010001001111111011110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BEC; }

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

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

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

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

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

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

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

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