#A59FDA

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

Shades of Wistful #A59FDA

Tints of Wistful #A59FDA

Color information

#A59FDA (or 0xA59FDA) is unknown color: approx Wistful. HEX triplet: A5, 9F and DA. RGB value is (165,159,218). Sum of RGB (Red+Green+Blue) = 165+159+218=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #A59FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A59FDA is #5A6025. Grayscale: #A7A7A7. Windows color (decimal): -5922854 or 14327717. OLE color: 14327717.

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

Color convert

RGB165159218-
CMYK0.240.2700.15
HSL246.1º44.36%73.92%-
HSV(B)246.1º27.06%85.49%-
XYZ40.5737.8671.5-
YUV167.52156.49126.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.44%
GREEN value IS 159 (62.5% from 255) = 29.34%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=30.44%
G=29.34%
B=40.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1651592180.240.2700.15246.144.3673.92
HexA59FDA181B0Ff62c4a
Octal245237332303301736654112
Binary101001011001111111011010110001101101111111101101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FDA; }

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

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

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

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

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

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

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

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