#A497EE

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

Shades of Wistful #A497EE

Tints of Wistful #A497EE

Color information

#A497EE (or 0xA497EE) is unknown color: approx Wistful. HEX triplet: A4, 97 and EE. RGB value is (164,151,238). Sum of RGB (Red+Green+Blue) = 164+151+238=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #A497EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A497EE is #5B6811. Grayscale: #A4A4A4. Windows color (decimal): -5990418 or 15636388. OLE color: 15636388.

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

Color convert

RGB164151238-
CMYK0.310.3700.07
HSL248.97º71.9%76.27%-
HSV(B)248.97º36.55%93.33%-
XYZ41.8136.285.67-
YUV164.8169.31127.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.66%
GREEN value IS 151 (59.38% from 255) = 27.31%
BLUE value IS 238 (93.36% from 255) = 43.04%
R=29.66%
G=27.31%
B=43.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641512380.310.3700.07248.9771.976.27
HexA497EE1F2507f9484c
Octal244227356374507371110114
Binary1010010010010111111011101111110010101111111100110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497EE; }

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

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

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

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

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

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

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

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