#A59FCA

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

Shades of Wistful #A59FCA

Tints of Wistful #A59FCA

Color information

#A59FCA (or 0xA59FCA) is unknown color: approx Wistful. HEX triplet: A5, 9F and CA. RGB value is (165,159,202). Sum of RGB (Red+Green+Blue) = 165+159+202=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #A59FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FCA is #5A6035. Grayscale: #A5A5A5. Windows color (decimal): -5922870 or 13279141. OLE color: 13279141.

HSL color Cylindrical-coordinate representation of color #A59FCA: hue angle of 248.37º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A59FCA is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB165159202-
CMYK0.180.2100.21
HSL248.37º28.86%70.78%-
HSV(B)248.37º21.29%79.22%-
XYZ38.5837.0661-
YUV165.7148.49127.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 159 (62.5% from 255) = 30.23%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=31.37%
G=30.23%
B=38.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1651592020.180.2100.21248.3728.8670.78
HexA59FCA1215015f81d47
Octal245237312222502537035107
Binary101001011001111111001010100101010101010111111000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FCA; }

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

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

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

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

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

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

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

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