#A496D6

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

Shades of Wistful #A496D6

Tints of Wistful #A496D6

Color information

#A496D6 (or 0xA496D6) is unknown color: approx Wistful. HEX triplet: A4, 96 and D6. RGB value is (164,150,214). Sum of RGB (Red+Green+Blue) = 164+150+214=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 214 - color contains mainly: blue. Hex color #A496D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496D6 is #5B6929. Grayscale: #A1A1A1. Windows color (decimal): -5990698 or 14063268. OLE color: 14063268.

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

Color convert

RGB164150214-
CMYK0.230.3000.16
HSL253.12º43.84%71.37%-
HSV(B)253.12º29.91%83.92%-
XYZ38.3534.5668.27-
YUV161.48157.64129.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.06%
GREEN value IS 150 (58.98% from 255) = 28.41%
BLUE value IS 214 (83.98% from 255) = 40.53%
R=31.06%
G=28.41%
B=40.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641502140.230.3000.16253.1243.8471.37
HexA496D6171E010fd2c47
Octal244226326273602037554107
Binary1010010010010110110101101011111110010000111111011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496D6; }

 p { color: rgb(164,150,214); }

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

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

 a { background-color: rgb(164,150,214); }

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

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

 span { border-color: rgb(164,150,214); }

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