#A59FE6

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

Shades of Wistful #A59FE6

Tints of Wistful #A59FE6

Color information

#A59FE6 (or 0xA59FE6) is unknown color: approx Wistful. HEX triplet: A5, 9F and E6. RGB value is (165,159,230). Sum of RGB (Red+Green+Blue) = 165+159+230=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #A59FE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59FE6 is #5A6019. Grayscale: #A8A8A8. Windows color (decimal): -5922842 or 15114149. OLE color: 15114149.

HSL color Cylindrical-coordinate representation of color #A59FE6: hue angle of 245.07º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A59FE6 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB165159230-
CMYK0.280.3100.10
HSL245.07º58.68%76.27%-
HSV(B)245.07º30.87%90.2%-
XYZ42.238.5180.07-
YUV168.89162.49125.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.78%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 230 (90.23% from 255) = 41.52%
R=29.78%
G=28.70%
B=41.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1651592300.280.3100.10245.0758.6876.27
HexA59FE61C1F0Af53b4c
Octal245237346343701236573114
Binary101001011001111111100110111001111101010111101011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59FE6; }

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

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

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

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

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

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

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

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