#A497DF

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

Shades of Wistful #A497DF

Tints of Wistful #A497DF

Color information

#A497DF (or 0xA497DF) is unknown color: approx Wistful. HEX triplet: A4, 97 and DF. RGB value is (164,151,223). Sum of RGB (Red+Green+Blue) = 164+151+223=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #A497DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497DF is #5B6820. Grayscale: #A2A2A2. Windows color (decimal): -5990433 or 14653348. OLE color: 14653348.

HSL color Cylindrical-coordinate representation of color #A497DF: hue angle of 250.83º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A497DF is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164151223-
CMYK0.260.3200.13
HSL250.83º52.94%73.33%-
HSV(B)250.83º32.29%87.45%-
XYZ39.735.3574.54-
YUV163.1161.81128.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.48%
GREEN value IS 151 (59.38% from 255) = 28.07%
BLUE value IS 223 (87.5% from 255) = 41.45%
R=30.48%
G=28.07%
B=41.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641512230.260.3200.13250.8352.9473.33
HexA497DF1A200Dfb3549
Octal244227337324001537365111
Binary1010010010010111110111111101010000001101111110111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497DF; }

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

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

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

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

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

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

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

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