#A496ED

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

Shades of Wistful #A496ED

Tints of Wistful #A496ED

Color information

#A496ED (or 0xA496ED) is unknown color: approx Wistful. HEX triplet: A4, 96 and ED. RGB value is (164,150,237). Sum of RGB (Red+Green+Blue) = 164+150+237=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #A496ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A496ED is #5B6912. Grayscale: #A3A3A3. Windows color (decimal): -5990675 or 15570596. OLE color: 15570596.

HSL color Cylindrical-coordinate representation of color #A496ED: hue angle of 249.66º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A496ED is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164150237-
CMYK0.310.3700.07
HSL249.66º70.73%75.88%-
HSV(B)249.66º36.71%92.94%-
XYZ41.535.8284.85-
YUV164.1169.14127.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.76%
GREEN value IS 150 (58.98% from 255) = 27.22%
BLUE value IS 237 (92.97% from 255) = 43.01%
R=29.76%
G=27.22%
B=43.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641502370.310.3700.07249.6670.7375.88
HexA496ED1F2507fa474c
Octal244226355374507372107114
Binary1010010010010110111011011111110010101111111101010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496ED; }

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

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

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

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

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

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

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

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