#A497EA

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

Shades of Wistful #A497EA

Tints of Wistful #A497EA

Color information

#A497EA (or 0xA497EA) is unknown color: approx Wistful. HEX triplet: A4, 97 and EA. RGB value is (164,151,234). Sum of RGB (Red+Green+Blue) = 164+151+234=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #A497EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A497EA is #5B6815. Grayscale: #A4A4A4. Windows color (decimal): -5990422 or 15374244. OLE color: 15374244.

HSL color Cylindrical-coordinate representation of color #A497EA: hue angle of 249.4º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A497EA is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164151234-
CMYK0.300.3500.08
HSL249.4º66.4%75.49%-
HSV(B)249.4º35.47%91.76%-
XYZ41.2335.9782.61-
YUV164.35167.31127.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.87%
GREEN value IS 151 (59.38% from 255) = 27.50%
BLUE value IS 234 (91.80% from 255) = 42.62%
R=29.87%
G=27.50%
B=42.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641512340.300.3500.08249.466.475.49
HexA497EA1E2308f9424b
Octal2442273523643010371102113
Binary10100100100101111110101011110100011010001111100110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497EA; }

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

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

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

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

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

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

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

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