#A59EEE

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

Shades of Wistful #A59EEE

Tints of Wistful #A59EEE

Color information

#A59EEE (or 0xA59EEE) is unknown color: approx Wistful. HEX triplet: A5, 9E and EE. RGB value is (165,158,238). Sum of RGB (Red+Green+Blue) = 165+158+238=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 158 (62.11% from 255 or 28.16% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #A59EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59EEE is #5A6111. Grayscale: #A8A8A8. Windows color (decimal): -5923090 or 15638181. OLE color: 15638181.

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

Color convert

RGB165158238-
CMYK0.310.3400.07
HSL245.25º70.18%77.65%-
HSV(B)245.25º33.61%93.33%-
XYZ43.1838.6386.07-
YUV169.21166.82125-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.41%
GREEN value IS 158 (62.11% from 255) = 28.16%
BLUE value IS 238 (93.36% from 255) = 42.42%
R=29.41%
G=28.16%
B=42.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651582380.310.3400.07245.2570.1877.65
HexA59EEE1F2207f5464e
Octal245236356374207365106116
Binary1010010110011110111011101111110001001111111010110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59EEE; }

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

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

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

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

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

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

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

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