#A497E6

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

Shades of Wistful #A497E6

Tints of Wistful #A497E6

Color information

#A497E6 (or 0xA497E6) is unknown color: approx Wistful. HEX triplet: A4, 97 and E6. RGB value is (164,151,230). Sum of RGB (Red+Green+Blue) = 164+151+230=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #A497E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A497E6 is #5B6819. Grayscale: #A3A3A3. Windows color (decimal): -5990426 or 15112100. OLE color: 15112100.

HSL color Cylindrical-coordinate representation of color #A497E6: hue angle of 249.87º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A497E6 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB164151230-
CMYK0.290.3400.10
HSL249.87º61.24%74.71%-
HSV(B)249.87º34.35%90.2%-
XYZ40.6635.7479.62-
YUV163.89165.31128.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 151 (59.38% from 255) = 27.71%
BLUE value IS 230 (90.23% from 255) = 42.20%
R=30.09%
G=27.71%
B=42.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1641512300.290.3400.10249.8761.2474.71
HexA497E61D220Afa3d4b
Octal244227346354201237275113
Binary1010010010010111111001101110110001001010111110101111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497E6; }

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

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

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

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

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

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

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

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