#A497EC

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

Shades of Wistful #A497EC

Tints of Wistful #A497EC

Color information

#A497EC (or 0xA497EC) is unknown color: approx Wistful. HEX triplet: A4, 97 and EC. RGB value is (164,151,236). Sum of RGB (Red+Green+Blue) = 164+151+236=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #A497EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A497EC is #5B6813. Grayscale: #A4A4A4. Windows color (decimal): -5990420 or 15505316. OLE color: 15505316.

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

Color convert

RGB164151236-
CMYK0.310.3600.07
HSL249.18º69.11%75.88%-
HSV(B)249.18º36.02%92.55%-
XYZ41.5236.0884.13-
YUV164.58168.31127.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.76%
GREEN value IS 151 (59.38% from 255) = 27.40%
BLUE value IS 236 (92.58% from 255) = 42.83%
R=29.76%
G=27.40%
B=42.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641512360.310.3600.07249.1869.1175.88
HexA497EC1F2407f9454c
Octal244227354374407371105114
Binary1010010010010111111011001111110010001111111100110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497EC; }

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

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

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

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

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

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

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

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