#A59BED

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

Shades of Wistful #A59BED

Tints of Wistful #A59BED

Color information

#A59BED (or 0xA59BED) is unknown color: approx Wistful. HEX triplet: A5, 9B and ED. RGB value is (165,155,237). Sum of RGB (Red+Green+Blue) = 165+155+237=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #A59BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59BED is #5A6412. Grayscale: #A7A7A7. Windows color (decimal): -5923859 or 15571877. OLE color: 15571877.

HSL color Cylindrical-coordinate representation of color #A59BED: hue angle of 247.32º degrees, saturation: 0.69, 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 #A59BED is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165155237-
CMYK0.300.3500.07
HSL247.32º69.49%76.86%-
HSV(B)247.32º34.6%92.94%-
XYZ42.5237.5685.13-
YUV167.34167.31126.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.62%
GREEN value IS 155 (60.94% from 255) = 27.83%
BLUE value IS 237 (92.97% from 255) = 42.55%
R=29.62%
G=27.83%
B=42.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651552370.300.3500.07247.3269.4976.86
HexA59BED1E2307f7454d
Octal245233355364307367105115
Binary1010010110011011111011011111010001101111111011110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BED; }

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

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

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

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

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

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

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

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