#A496E4

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

Shades of Wistful #A496E4

Tints of Wistful #A496E4

Color information

#A496E4 (or 0xA496E4) is unknown color: approx Wistful. HEX triplet: A4, 96 and E4. RGB value is (164,150,228). Sum of RGB (Red+Green+Blue) = 164+150+228=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 228 (89.45% from 255 or 42.07% from 542); Max value from RGB is 228 - color contains mainly: blue. Hex color #A496E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496E4 is #5B691B. Grayscale: #A2A2A2. Windows color (decimal): -5990684 or 14980772. OLE color: 14980772.

HSL color Cylindrical-coordinate representation of color #A496E4: hue angle of 250.77º degrees, saturation: 0.59, 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 #A496E4 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB164150228-
CMYK0.280.3400.11
HSL250.77º59.09%74.12%-
HSV(B)250.77º34.21%89.41%-
XYZ40.2235.3178.09-
YUV163.08164.64128.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.26%
GREEN value IS 150 (58.98% from 255) = 27.68%
BLUE value IS 228 (89.45% from 255) = 42.07%
R=30.26%
G=27.68%
B=42.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1641502280.280.3400.11250.7759.0974.12
HexA496E41C220Bfb3b4a
Octal244226344344201337373112
Binary1010010010010110111001001110010001001011111110111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496E4; }

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

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

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

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

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

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

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

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