#A59BDA

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

Shades of Wistful #A59BDA

Tints of Wistful #A59BDA

Color information

#A59BDA (or 0xA59BDA) is unknown color: approx Wistful. HEX triplet: A5, 9B and DA. RGB value is (165,155,218). Sum of RGB (Red+Green+Blue) = 165+155+218=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #A59BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59BDA is #5A6425. Grayscale: #A4A4A4. Windows color (decimal): -5923878 or 14326693. OLE color: 14326693.

HSL color Cylindrical-coordinate representation of color #A59BDA: hue angle of 249.52º degrees, saturation: 0.46, 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 #A59BDA is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB165155218-
CMYK0.240.2900.15
HSL249.52º45.99%73.14%-
HSV(B)249.52º28.9%85.49%-
XYZ39.8936.571.27-
YUV165.17157.81127.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.67%
GREEN value IS 155 (60.94% from 255) = 28.81%
BLUE value IS 218 (85.55% from 255) = 40.52%
R=30.67%
G=28.81%
B=40.52%

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
Decimal1651552180.240.2900.15249.5245.9973.14
HexA59BDA181D0Ffa2e49
Octal245233332303501737256111
Binary101001011001101111011010110001110101111111110101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BDA; }

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

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

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

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

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

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

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

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