#A196EC

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

Shades of Wistful #A196EC

Tints of Wistful #A196EC

Color information

#A196EC (or 0xA196EC) is unknown color: approx Wistful. HEX triplet: A1, 96 and EC. RGB value is (161,150,236). Sum of RGB (Red+Green+Blue) = 161+150+236=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #A196EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A196EC is #5E6913. Grayscale: #A2A2A2. Windows color (decimal): -6187284 or 15505057. OLE color: 15505057.

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

Color convert

RGB161150236-
CMYK0.320.3600.07
HSL247.67º69.35%75.69%-
HSV(B)247.67º36.44%92.55%-
XYZ40.7435.4584.05-
YUV163.09169.14126.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.43%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 236 (92.58% from 255) = 43.14%
R=29.43%
G=27.42%
B=43.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611502360.320.3600.07247.6769.3575.69
HexA196EC202407f8454c
Octal241226354404407370105114
Binary10100001100101101110110010000010010001111111100010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A196EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A196EC; }

 p { color: rgb(161,150,236); }

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

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

 a { background-color: rgb(161,150,236); }

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

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

 span { border-color: rgb(161,150,236); }

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