#A59BD9

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

Shades of Wistful #A59BD9

Tints of Wistful #A59BD9

Color information

#A59BD9 (or 0xA59BD9) is unknown color: approx Wistful. HEX triplet: A5, 9B and D9. RGB value is (165,155,217). Sum of RGB (Red+Green+Blue) = 165+155+217=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 217 (85.16% from 255 or 40.41% from 537); Max value from RGB is 217 - color contains mainly: blue. Hex color #A59BD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59BD9 is #5A6426. Grayscale: #A4A4A4. Windows color (decimal): -5923879 or 14261157. OLE color: 14261157.

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

Color convert

RGB165155217-
CMYK0.240.2900.15
HSL249.68º44.93%72.94%-
HSV(B)249.68º28.57%85.1%-
XYZ39.7636.4570.59-
YUV165.06157.31127.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.73%
GREEN value IS 155 (60.94% from 255) = 28.86%
BLUE value IS 217 (85.16% from 255) = 40.41%
R=30.73%
G=28.86%
B=40.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651552170.240.2900.15249.6844.9372.94
HexA59BD9181D0Ffa2d49
Octal245233331303501737255111
Binary101001011001101111011001110001110101111111110101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BD9; }

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

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

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

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

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

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

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

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