#A59DCF

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

Shades of Wistful #A59DCF

Tints of Wistful #A59DCF

Color information

#A59DCF (or 0xA59DCF) is unknown color: approx Wistful. HEX triplet: A5, 9D and CF. RGB value is (165,157,207). Sum of RGB (Red+Green+Blue) = 165+157+207=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #A59DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DCF is #5A6230. Grayscale: #A4A4A4. Windows color (decimal): -5923377 or 13606309. OLE color: 13606309.

HSL color Cylindrical-coordinate representation of color #A59DCF: hue angle of 249.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A59DCF is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165157207-
CMYK0.200.2400.19
HSL249.6º34.25%71.37%-
HSV(B)249.6º24.15%81.18%-
XYZ38.8436.6264.05-
YUV165.09151.65127.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.19%
GREEN value IS 157 (61.72% from 255) = 29.68%
BLUE value IS 207 (81.25% from 255) = 39.13%
R=31.19%
G=29.68%
B=39.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651572070.200.2400.19249.634.2571.37
HexA59DCF1418013fa2247
Octal245235317243002337242107
Binary1010010110011101110011111010011000010011111110101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DCF; }

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

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

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

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

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

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

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

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