#A59CF4

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

Shades of Wistful #A59CF4

Tints of Wistful #A59CF4

Color information

#A59CF4 (or 0xA59CF4) is unknown color: approx Wistful. HEX triplet: A5, 9C and F4. RGB value is (165,156,244). Sum of RGB (Red+Green+Blue) = 165+156+244=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 156 (61.33% from 255 or 27.61% from 565); Blue value is 244 (95.70% from 255 or 43.19% from 565); Max value from RGB is 244 - color contains mainly: blue. Hex color #A59CF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A59CF4 is #5A630B. Grayscale: #A8A8A8. Windows color (decimal): -5923596 or 16030885. OLE color: 16030885.

HSL color Cylindrical-coordinate representation of color #A59CF4: hue angle of 246.14º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A59CF4 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB165156244-
CMYK0.320.3600.04
HSL246.14º80%78.43%-
HSV(B)246.14º36.07%95.69%-
XYZ43.7338.3190.68-
YUV168.72170.48125.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.20%
GREEN value IS 156 (61.33% from 255) = 27.61%
BLUE value IS 244 (95.70% from 255) = 43.19%
R=29.20%
G=27.61%
B=43.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1651562440.320.3600.04246.148078.43
HexA59CF4202404f6504e
Octal245234364404404366120116
Binary10100101100111001111010010000010010001001111011010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59CF4; }

 p { color: rgb(165,156,244); }

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

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

 a { background-color: rgb(165,156,244); }

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

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

 span { border-color: rgb(165,156,244); }

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