#A59CD5

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

Shades of Wistful #A59CD5

Tints of Wistful #A59CD5

Color information

#A59CD5 (or 0xA59CD5) is unknown color: approx Wistful. HEX triplet: A5, 9C and D5. RGB value is (165,156,213). Sum of RGB (Red+Green+Blue) = 165+156+213=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #A59CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59CD5 is #5A632A. Grayscale: #A4A4A4. Windows color (decimal): -5923627 or 13999269. OLE color: 13999269.

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

Color convert

RGB165156213-
CMYK0.230.2700.16
HSL249.47º40.43%72.35%-
HSV(B)249.47º26.76%83.53%-
XYZ39.4236.5867.93-
YUV165.19154.98127.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.90%
GREEN value IS 156 (61.33% from 255) = 29.21%
BLUE value IS 213 (83.59% from 255) = 39.89%
R=30.90%
G=29.21%
B=39.89%

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
Decimal1651562130.230.2700.16249.4740.4372.35
HexA59CD5171B010f92848
Octal245234325273302037150110
Binary1010010110011100110101011011111011010000111110011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59CD5; }

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

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

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

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

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

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

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

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