#A497DD

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

Shades of Wistful #A497DD

Tints of Wistful #A497DD

Color information

#A497DD (or 0xA497DD) is unknown color: approx Wistful. HEX triplet: A4, 97 and DD. RGB value is (164,151,221). Sum of RGB (Red+Green+Blue) = 164+151+221=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #A497DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497DD is #5B6822. Grayscale: #A2A2A2. Windows color (decimal): -5990435 or 14522276. OLE color: 14522276.

HSL color Cylindrical-coordinate representation of color #A497DD: hue angle of 251.14º degrees, saturation: 0.51, 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 #A497DD is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164151221-
CMYK0.260.3200.13
HSL251.14º50.72%72.94%-
HSV(B)251.14º31.67%86.67%-
XYZ39.4335.2573.13-
YUV162.87160.81128.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.60%
GREEN value IS 151 (59.38% from 255) = 28.17%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=30.60%
G=28.17%
B=41.23%

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
Decimal1641512210.260.3200.13251.1450.7272.94
HexA497DD1A200Dfb3349
Octal244227335324001537363111
Binary1010010010010111110111011101010000001101111110111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497DD; }

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

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

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

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

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

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

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

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