#A59DF3

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

Shades of Wistful #A59DF3

Tints of Wistful #A59DF3

Color information

#A59DF3 (or 0xA59DF3) is unknown color: approx Wistful. HEX triplet: A5, 9D and F3. RGB value is (165,157,243). Sum of RGB (Red+Green+Blue) = 165+157+243=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #A59DF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59DF3 is #5A620C. Grayscale: #A8A8A8. Windows color (decimal): -5923341 or 15965605. OLE color: 15965605.

HSL color Cylindrical-coordinate representation of color #A59DF3: hue angle of 245.58º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A59DF3 is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB165157243-
CMYK0.320.3500.05
HSL245.58º78.18%78.43%-
HSV(B)245.58º35.39%95.29%-
XYZ43.7538.5889.94-
YUV169.2169.65125.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.20%
GREEN value IS 157 (61.72% from 255) = 27.79%
BLUE value IS 243 (95.31% from 255) = 43.01%
R=29.20%
G=27.79%
B=43.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1651572430.320.3500.05245.5878.1878.43
HexA59DF3202305f64e4e
Octal245235363404305366116116
Binary10100101100111011111001110000010001101011111011010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59DF3; }

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

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

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

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

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

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

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

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