#A59DBE

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

Shades of Wistful #A59DBE

Tints of Wistful #A59DBE

Color information

#A59DBE (or 0xA59DBE) is unknown color: approx Wistful. HEX triplet: A5, 9D and BE. RGB value is (165,157,190). Sum of RGB (Red+Green+Blue) = 165+157+190=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #A59DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59DBE is #5A6241. Grayscale: #A3A3A3. Windows color (decimal): -5923394 or 12492197. OLE color: 12492197.

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

Color convert

RGB165157190-
CMYK0.130.1700.25
HSL254.55º20.25%68.04%-
HSV(B)254.55º17.37%74.51%-
XYZ36.8735.8353.69-
YUV163.15143.15129.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 157 (61.72% from 255) = 30.66%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=32.23%
G=30.66%
B=37.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651571900.130.1700.25254.5520.2568.04
HexA59DBED11019ff1444
Octal245235276152103137724104
Binary10100101100111011011111011011000101100111111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DBE; }

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

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

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

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

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

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

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

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