#A497D7

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

Shades of Wistful #A497D7

Tints of Wistful #A497D7

Color information

#A497D7 (or 0xA497D7) is unknown color: approx Wistful. HEX triplet: A4, 97 and D7. RGB value is (164,151,215). Sum of RGB (Red+Green+Blue) = 164+151+215=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 215 - color contains mainly: blue. Hex color #A497D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497D7 is #5B6828. Grayscale: #A1A1A1. Windows color (decimal): -5990441 or 14129060. OLE color: 14129060.

HSL color Cylindrical-coordinate representation of color #A497D7: hue angle of 252.19º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A497D7 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164151215-
CMYK0.240.3000.16
HSL252.19º44.44%71.76%-
HSV(B)252.19º29.77%84.31%-
XYZ38.6434.9369-
YUV162.18157.81129.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.94%
GREEN value IS 151 (59.38% from 255) = 28.49%
BLUE value IS 215 (84.38% from 255) = 40.57%
R=30.94%
G=28.49%
B=40.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641512150.240.3000.16252.1944.4471.76
HexA497D7181E010fc2c48
Octal244227327303602037454110
Binary1010010010010111110101111100011110010000111111001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497D7; }

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

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

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

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

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

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

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

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