#A59CD6

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

Shades of Wistful #A59CD6

Tints of Wistful #A59CD6

Color information

#A59CD6 (or 0xA59CD6) is unknown color: approx Wistful. HEX triplet: A5, 9C and D6. RGB value is (165,156,214). Sum of RGB (Red+Green+Blue) = 165+156+214=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 156 (61.33% from 255 or 29.16% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 214 - color contains mainly: blue. Hex color #A59CD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CD6 is #5A6329. Grayscale: #A5A5A5. Windows color (decimal): -5923626 or 14064805. OLE color: 14064805.

HSL color Cylindrical-coordinate representation of color #A59CD6: hue angle of 249.31º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A59CD6 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB165156214-
CMYK0.230.2700.16
HSL249.31º41.43%72.55%-
HSV(B)249.31º27.1%83.92%-
XYZ39.5436.6368.6-
YUV165.3155.48127.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.84%
GREEN value IS 156 (61.33% from 255) = 29.16%
BLUE value IS 214 (83.98% from 255) = 40%
R=30.84%
G=29.16%
B=40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1651562140.230.2700.16249.3141.4372.55
HexA59CD6171B010f92949
Octal245234326273302037151111
Binary1010010110011100110101101011111011010000111110011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59CD6; }

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

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

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

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

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

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

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

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