#A59BF0

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

Shades of Wistful #A59BF0

Tints of Wistful #A59BF0

Color information

#A59BF0 (or 0xA59BF0) is unknown color: approx Wistful. HEX triplet: A5, 9B and F0. RGB value is (165,155,240). Sum of RGB (Red+Green+Blue) = 165+155+240=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #A59BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59BF0 is #5A640F. Grayscale: #A7A7A7. Windows color (decimal): -5923856 or 15768485. OLE color: 15768485.

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

Color convert

RGB165155240-
CMYK0.310.3500.06
HSL247.06º73.91%77.45%-
HSV(B)247.06º35.42%94.12%-
XYZ42.9737.7387.46-
YUV167.68168.81126.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.46%
GREEN value IS 155 (60.94% from 255) = 27.68%
BLUE value IS 240 (94.14% from 255) = 42.86%
R=29.46%
G=27.68%
B=42.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1651552400.310.3500.06247.0673.9177.45
HexA59BF01F2306f74a4d
Octal245233360374306367112115
Binary1010010110011011111100001111110001101101111011110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59BF0; }

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

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

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

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

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

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

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

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