#A59CDA

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

Shades of Wistful #A59CDA

Tints of Wistful #A59CDA

Color information

#A59CDA (or 0xA59CDA) is unknown color: approx Wistful. HEX triplet: A5, 9C and DA. RGB value is (165,156,218). Sum of RGB (Red+Green+Blue) = 165+156+218=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #A59CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CDA is #5A6325. Grayscale: #A5A5A5. Windows color (decimal): -5923622 or 14326949. OLE color: 14326949.

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

Color convert

RGB165156218-
CMYK0.240.2800.15
HSL248.71º45.59%73.33%-
HSV(B)248.71º28.44%85.49%-
XYZ40.0636.8471.33-
YUV165.76157.48127.46-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.61%
GREEN value IS 156 (61.33% from 255) = 28.94%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=30.61%
G=28.94%
B=40.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651562180.240.2800.15248.7145.5973.33
HexA59CDA181C0Ff92e49
Octal245234332303401737156111
Binary101001011001110011011010110001110001111111110011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59CDA; }

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

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

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

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

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

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

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

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