#A59DF0

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

Shades of Wistful #A59DF0

Tints of Wistful #A59DF0

Color information

#A59DF0 (or 0xA59DF0) is unknown color: approx Wistful. HEX triplet: A5, 9D and F0. RGB value is (165,157,240). Sum of RGB (Red+Green+Blue) = 165+157+240=562 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.36% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #A59DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59DF0 is #5A620F. Grayscale: #A8A8A8. Windows color (decimal): -5923344 or 15768997. OLE color: 15768997.

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

Color convert

RGB165157240-
CMYK0.310.3500.06
HSL245.78º73.45%77.84%-
HSV(B)245.78º34.58%94.12%-
XYZ43.338.487.57-
YUV168.85168.15125.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.36%
GREEN value IS 157 (61.72% from 255) = 27.94%
BLUE value IS 240 (94.14% from 255) = 42.70%
R=29.36%
G=27.94%
B=42.70%

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
Decimal1651572400.310.3500.06245.7873.4577.84
HexA59DF01F2306f6494e
Octal245235360374306366111116
Binary1010010110011101111100001111110001101101111011010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DF0; }

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

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

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

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

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

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

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

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