#A59FEE

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

Shades of Wistful #A59FEE

Tints of Wistful #A59FEE

Color information

#A59FEE (or 0xA59FEE) is unknown color: approx Wistful. HEX triplet: A5, 9F and EE. RGB value is (165,159,238). Sum of RGB (Red+Green+Blue) = 165+159+238=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 159 (62.5% from 255 or 28.29% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #A59FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59FEE is #5A6011. Grayscale: #A9A9A9. Windows color (decimal): -5922834 or 15638437. OLE color: 15638437.

HSL color Cylindrical-coordinate representation of color #A59FEE: hue angle of 244.56º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A59FEE is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165159238-
CMYK0.310.3300.07
HSL244.56º69.91%77.84%-
HSV(B)244.56º33.19%93.33%-
XYZ43.3538.9786.13-
YUV169.8166.49124.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.36%
GREEN value IS 159 (62.5% from 255) = 28.29%
BLUE value IS 238 (93.36% from 255) = 42.35%
R=29.36%
G=28.29%
B=42.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651592380.310.3300.07244.5669.9177.84
HexA59FEE1F2107f5464e
Octal245237356374107365106116
Binary1010010110011111111011101111110000101111111010110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FEE; }

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

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

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

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

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

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

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

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