#A497F2

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

Shades of Wistful #A497F2

Tints of Wistful #A497F2

Color information

#A497F2 (or 0xA497F2) is unknown color: approx Wistful. HEX triplet: A4, 97 and F2. RGB value is (164,151,242). Sum of RGB (Red+Green+Blue) = 164+151+242=557 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.44% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #A497F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A497F2 is #5B680D. Grayscale: #A4A4A4. Windows color (decimal): -5990414 or 15898532. OLE color: 15898532.

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

Color convert

RGB164151242-
CMYK0.320.3800.05
HSL248.57º77.78%77.06%-
HSV(B)248.57º37.6%94.9%-
XYZ42.436.4488.8-
YUV165.26171.31127.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.44%
GREEN value IS 151 (59.38% from 255) = 27.11%
BLUE value IS 242 (94.92% from 255) = 43.45%
R=29.44%
G=27.11%
B=43.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641512420.320.3800.05248.5777.7877.06
HexA497F2202605f94e4d
Octal244227362404605371116115
Binary10100100100101111111001010000010011001011111100110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497F2; }

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

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

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

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

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

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

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

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