#A59FEB

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

Shades of Wistful #A59FEB

Tints of Wistful #A59FEB

Color information

#A59FEB (or 0xA59FEB) is unknown color: approx Wistful. HEX triplet: A5, 9F and EB. RGB value is (165,159,235). Sum of RGB (Red+Green+Blue) = 165+159+235=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #A59FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59FEB is #5A6014. Grayscale: #A9A9A9. Windows color (decimal): -5922837 or 15441829. OLE color: 15441829.

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

Color convert

RGB165159235-
CMYK0.300.3200.08
HSL244.74º65.52%77.25%-
HSV(B)244.74º32.34%92.16%-
XYZ42.9138.7983.82-
YUV169.46164.99124.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.52%
GREEN value IS 159 (62.5% from 255) = 28.44%
BLUE value IS 235 (92.19% from 255) = 42.04%
R=29.52%
G=28.44%
B=42.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1651592350.300.3200.08244.7465.5277.25
HexA59FEB1E2008f5424d
Octal2452373533640010365102115
Binary10100101100111111110101111110100000010001111010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FEB; }

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

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

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

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

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

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

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

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