#A59FCE

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

Shades of Wistful #A59FCE

Tints of Wistful #A59FCE

Color information

#A59FCE (or 0xA59FCE) is unknown color: approx Wistful. HEX triplet: A5, 9F and CE. RGB value is (165,159,206). Sum of RGB (Red+Green+Blue) = 165+159+206=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #A59FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FCE is #5A6031. Grayscale: #A5A5A5. Windows color (decimal): -5922866 or 13541285. OLE color: 13541285.

HSL color Cylindrical-coordinate representation of color #A59FCE: hue angle of 247.66º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A59FCE is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165159206-
CMYK0.200.2300.19
HSL247.66º32.41%71.57%-
HSV(B)247.66º22.82%80.78%-
XYZ39.0637.2563.52-
YUV166.15150.49127.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.13%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 206 (80.86% from 255) = 38.87%
R=31.13%
G=30%
B=38.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651592060.200.2300.19247.6632.4171.57
HexA59FCE1417013f82048
Octal245237316242702337040110
Binary1010010110011111110011101010010111010011111110001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FCE; }

 p { color: rgb(165,159,206); }

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

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

 a { background-color: rgb(165,159,206); }

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

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

 span { border-color: rgb(165,159,206); }

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