#A49FEC

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

Shades of Wistful #A49FEC

Tints of Wistful #A49FEC

Color information

#A49FEC (or 0xA49FEC) is unknown color: approx Wistful. HEX triplet: A4, 9F and EC. RGB value is (164,159,236). Sum of RGB (Red+Green+Blue) = 164+159+236=559 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.34% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #A49FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49FEC is #5B6013. Grayscale: #A8A8A8. Windows color (decimal): -5988372 or 15507364. OLE color: 15507364.

HSL color Cylindrical-coordinate representation of color #A49FEC: hue angle of 243.9º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A49FEC is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164159236-
CMYK0.310.3300.07
HSL243.9º66.96%77.45%-
HSV(B)243.9º32.63%92.55%-
XYZ42.8538.7484.58-
YUV169.27165.66124.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.34%
GREEN value IS 159 (62.5% from 255) = 28.44%
BLUE value IS 236 (92.58% from 255) = 42.22%
R=29.34%
G=28.44%
B=42.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641592360.310.3300.07243.966.9677.45
HexA49FEC1F2107f4434d
Octal244237354374107364103115
Binary1010010010011111111011001111110000101111111010010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FEC; }

 p { color: rgb(164,159,236); }

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

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

 a { background-color: rgb(164,159,236); }

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

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

 span { border-color: rgb(164,159,236); }

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