#A497FA

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

Shades of Wistful #A497FA

Tints of Wistful #A497FA

Color information

#A497FA (or 0xA497FA) is unknown color: approx Wistful. HEX triplet: A4, 97 and FA. RGB value is (164,151,250). Sum of RGB (Red+Green+Blue) = 164+151+250=565 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.03% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #A497FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A497FA is #5B6805. Grayscale: #A5A5A5. Windows color (decimal): -5990406 or 16422820. OLE color: 16422820.

HSL color Cylindrical-coordinate representation of color #A497FA: hue angle of 247.88º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A497FA is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164151250-
CMYK0.340.4000.02
HSL247.88º90.83%78.63%-
HSV(B)247.88º39.6%98.04%-
XYZ43.6336.9395.27-
YUV166.17175.31126.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.03%
GREEN value IS 151 (59.38% from 255) = 26.73%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=29.03%
G=26.73%
B=44.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641512500.340.4000.02247.8890.8378.63
HexA497FA222802f85b4f
Octal244227372425002370133117
Binary1010010010010111111110101000101010000101111100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497FA; }

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

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

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

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

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

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

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

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