#A59DBF

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

Shades of Wistful #A59DBF

Tints of Wistful #A59DBF

Color information

#A59DBF (or 0xA59DBF) is unknown color: approx Wistful. HEX triplet: A5, 9D and BF. RGB value is (165,157,191). Sum of RGB (Red+Green+Blue) = 165+157+191=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #A59DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DBF is #5A6240. Grayscale: #A3A3A3. Windows color (decimal): -5923393 or 12557733. OLE color: 12557733.

HSL color Cylindrical-coordinate representation of color #A59DBF: hue angle of 254.12º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A59DBF is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165157191-
CMYK0.140.1800.25
HSL254.12º20.99%68.24%-
HSV(B)254.12º17.8%74.9%-
XYZ36.9835.8754.27-
YUV163.27143.65129.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.16%
GREEN value IS 157 (61.72% from 255) = 30.60%
BLUE value IS 191 (75% from 255) = 37.23%
R=32.16%
G=30.60%
B=37.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651571910.140.1800.25254.1220.9968.24
HexA59DBFE12019fe1544
Octal245235277162203137625104
Binary10100101100111011011111111101001001100111111110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DBF; }

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

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

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

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

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

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

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

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