#A496E2

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

Shades of Wistful #A496E2

Tints of Wistful #A496E2

Color information

#A496E2 (or 0xA496E2) is unknown color: approx Wistful. HEX triplet: A4, 96 and E2. RGB value is (164,150,226). Sum of RGB (Red+Green+Blue) = 164+150+226=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 226 (88.67% from 255 or 41.85% from 540); Max value from RGB is 226 - color contains mainly: blue. Hex color #A496E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496E2 is #5B691D. Grayscale: #A2A2A2. Windows color (decimal): -5990686 or 14849700. OLE color: 14849700.

HSL color Cylindrical-coordinate representation of color #A496E2: hue angle of 251.05º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A496E2 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB164150226-
CMYK0.270.3400.11
HSL251.05º56.72%73.73%-
HSV(B)251.05º33.63%88.63%-
XYZ39.9435.276.64-
YUV162.85163.64128.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.37%
GREEN value IS 150 (58.98% from 255) = 27.78%
BLUE value IS 226 (88.67% from 255) = 41.85%
R=30.37%
G=27.78%
B=41.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1641502260.270.3400.11251.0556.7273.73
HexA496E21B220Bfb394a
Octal244226342334201337371112
Binary1010010010010110111000101101110001001011111110111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496E2; }

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

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

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

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

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

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

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

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