#A59FF0

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

Shades of Wistful #A59FF0

Tints of Wistful #A59FF0

Color information

#A59FF0 (or 0xA59FF0) is unknown color: approx Wistful. HEX triplet: A5, 9F and F0. RGB value is (165,159,240). Sum of RGB (Red+Green+Blue) = 165+159+240=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #A59FF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59FF0 is #5A600F. Grayscale: #A9A9A9. Windows color (decimal): -5922832 or 15769509. OLE color: 15769509.

HSL color Cylindrical-coordinate representation of color #A59FF0: hue angle of 244.44º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A59FF0 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB165159240-
CMYK0.310.3400.06
HSL244.44º72.97%78.24%-
HSV(B)244.44º33.75%94.12%-
XYZ43.6439.0987.68-
YUV170.03167.49124.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.26%
GREEN value IS 159 (62.5% from 255) = 28.19%
BLUE value IS 240 (94.14% from 255) = 42.55%
R=29.26%
G=28.19%
B=42.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1651592400.310.3400.06244.4472.9778.24
HexA59FF01F2206f4494e
Octal245237360374206364111116
Binary1010010110011111111100001111110001001101111010010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FF0; }

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

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

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

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

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

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

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

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