#A59BEB

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

Shades of Wistful #A59BEB

Tints of Wistful #A59BEB

Color information

#A59BEB (or 0xA59BEB) is unknown color: approx Wistful. HEX triplet: A5, 9B and EB. RGB value is (165,155,235). Sum of RGB (Red+Green+Blue) = 165+155+235=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #A59BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59BEB is #5A6414. Grayscale: #A6A6A6. Windows color (decimal): -5923861 or 15440805. OLE color: 15440805.

HSL color Cylindrical-coordinate representation of color #A59BEB: hue angle of 247.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A59BEB is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165155235-
CMYK0.300.3400.08
HSL247.5º66.67%76.47%-
HSV(B)247.5º34.04%92.16%-
XYZ42.2337.4483.6-
YUV167.11166.31126.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.73%
GREEN value IS 155 (60.94% from 255) = 27.93%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=29.73%
G=27.93%
B=42.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1651552350.300.3400.08247.566.6776.47
HexA59BEB1E2208f8434c
Octal2452333533642010370103114
Binary10100101100110111110101111110100010010001111100010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BEB; }

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

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

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

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

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

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

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

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