#A496EA

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

Shades of Wistful #A496EA

Tints of Wistful #A496EA

Color information

#A496EA (or 0xA496EA) is unknown color: approx Wistful. HEX triplet: A4, 96 and EA. RGB value is (164,150,234). Sum of RGB (Red+Green+Blue) = 164+150+234=548 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.93% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #A496EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A496EA is #5B6915. Grayscale: #A3A3A3. Windows color (decimal): -5990678 or 15373988. OLE color: 15373988.

HSL color Cylindrical-coordinate representation of color #A496EA: hue angle of 250º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A496EA is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164150234-
CMYK0.300.3600.08
HSL250º66.67%75.29%-
HSV(B)250º35.9%91.76%-
XYZ41.0735.6582.56-
YUV163.76167.64128.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.93%
GREEN value IS 150 (58.98% from 255) = 27.37%
BLUE value IS 234 (91.80% from 255) = 42.70%
R=29.93%
G=27.37%
B=42.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1641502340.300.3600.0825066.6775.29
HexA496EA1E2408fa434b
Octal2442263523644010372103113
Binary10100100100101101110101011110100100010001111101010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496EA; }

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

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

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

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

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

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

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

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