#A59DEE

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

Shades of Wistful #A59DEE

Tints of Wistful #A59DEE

Color information

#A59DEE (or 0xA59DEE) is unknown color: approx Wistful. HEX triplet: A5, 9D and EE. RGB value is (165,157,238). Sum of RGB (Red+Green+Blue) = 165+157+238=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #A59DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59DEE is #5A6211. Grayscale: #A8A8A8. Windows color (decimal): -5923346 or 15637925. OLE color: 15637925.

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

Color convert

RGB165157238-
CMYK0.310.3400.07
HSL245.93º70.43%77.45%-
HSV(B)245.93º34.03%93.33%-
XYZ43.0138.2986.01-
YUV168.63167.15125.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.46%
GREEN value IS 157 (61.72% from 255) = 28.04%
BLUE value IS 238 (93.36% from 255) = 42.5%
R=29.46%
G=28.04%
B=42.5%

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
Decimal1651572380.310.3400.07245.9370.4377.45
HexA59DEE1F2207f6464d
Octal245235356374207366106115
Binary1010010110011101111011101111110001001111111011010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DEE; }

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

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

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

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

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

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

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

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