#A59ED9

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

Shades of Wistful #A59ED9

Tints of Wistful #A59ED9

Color information

#A59ED9 (or 0xA59ED9) is unknown color: approx Wistful. HEX triplet: A5, 9E and D9. RGB value is (165,158,217). Sum of RGB (Red+Green+Blue) = 165+158+217=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 217 - color contains mainly: blue. Hex color #A59ED9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59ED9 is #5A6126. Grayscale: #A6A6A6. Windows color (decimal): -5923111 or 14261925. OLE color: 14261925.

HSL color Cylindrical-coordinate representation of color #A59ED9: hue angle of 247.12º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A59ED9 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB165158217-
CMYK0.240.2700.15
HSL247.12º43.7%73.53%-
HSV(B)247.12º27.19%85.1%-
XYZ40.2737.4670.75-
YUV166.82156.32126.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.56%
GREEN value IS 158 (62.11% from 255) = 29.26%
BLUE value IS 217 (85.16% from 255) = 40.19%
R=30.56%
G=29.26%
B=40.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651582170.240.2700.15247.1243.773.53
HexA59ED9181B0Ff72c4a
Octal245236331303301736754112
Binary101001011001111011011001110001101101111111101111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59ED9; }

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

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

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

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

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

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

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

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